ソースを参照

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>
dependabot-preview[bot] 4 年 前
コミット
41d4bb1491
2 ファイル変更6 行追加5 行削除
  1. 5 4
      package-lock.json
  2. 1 1
      package.json

+ 5 - 4
package-lock.json

@@ -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",

+ 1 - 1
package.json

@@ -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",