Bump firebase-tools from 8.13.1 to 8.14.0 (#2290)

Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 8.13.1 to 8.14.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](https://github.com/firebase/firebase-tools/compare/v8.13.1...v8.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-27 18:28:28 +02:00 committed by GitHub
parent 7b53d29066
commit 41d4bb1491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -2735,7 +2735,8 @@
"@types/color-name": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==",
"dev": true
},
"@types/duplexify": {
"version": "3.6.0",
@ -8287,9 +8288,9 @@
}
},
"firebase-tools": {
"version": "8.13.1",
"resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-8.13.1.tgz",
"integrity": "sha512-4Yw3ipwidHfa8suUKxOsykgeegOuyBaNJ9DEEbxK9gChXx788Mt4bQm+I+d8F7QqdeDIf9UFOxMZ+Dn1GepCgQ==",
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-8.14.0.tgz",
"integrity": "sha512-bA7zfIYnD/Du1yQmSJ4N9hbFHSdmkOecchTfAFrCtTz/D+RU6c1Ma4Prg3qjF+UVhYHk9T/t3i3DRt0F7Su/Iw==",
"dev": true,
"requires": {
"@google-cloud/pubsub": "^1.7.0",

View File

@ -56,7 +56,7 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-prettier": "3.1.4",
"firebase-tools": "8.13.1",
"firebase-tools": "8.14.0",
"husky": "4.3.0",
"jest-canvas-mock": "2.3.0",
"lint-staged": "10.4.2",