From 93ed236d31edaf0d0d6773a99a26925bd14308c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 01:44:04 +0000 Subject: [PATCH] chore(deps-dev): bump firebase-tools from 11.3.0 to 11.4.0 Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 11.3.0 to 11.4.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-tools/compare/v11.3.0...v11.4.0) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 589cbfb..4119e5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@discue/ui-components": "^0.17.0", "@vuepress/plugin-shiki": "^2.0.0-beta.49", - "firebase-tools": "^11.3.0", + "firebase-tools": "^11.4.0", "markdown-it-anchor": "^8.6.4", "markdown-it-attrs": "^4.1.4", "nodemon": "^2.0.19", @@ -2709,9 +2709,9 @@ } }, "node_modules/firebase-tools": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-11.3.0.tgz", - "integrity": "sha512-wg02bDKJCQIym1PGfuE+5RzBY6LTpi0+T3QGcig0QbfEFtqvcigllnbFqGFzzYk8cJgOxCwpY/AU8vCb2iKRjg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-11.4.0.tgz", + "integrity": "sha512-uIX7sbY685QLVZ03twWfgWyhbOzn9+8+kV0HjBJixTDQOy+kVKH5n17xYwYUPm/iaX3BiTRYGNGg+OtOvCf3Kw==", "dev": true, "hasShrinkwrap": true, "dependencies": { @@ -15557,9 +15557,9 @@ } }, "firebase-tools": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-11.3.0.tgz", - "integrity": "sha512-wg02bDKJCQIym1PGfuE+5RzBY6LTpi0+T3QGcig0QbfEFtqvcigllnbFqGFzzYk8cJgOxCwpY/AU8vCb2iKRjg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-11.4.0.tgz", + "integrity": "sha512-uIX7sbY685QLVZ03twWfgWyhbOzn9+8+kV0HjBJixTDQOy+kVKH5n17xYwYUPm/iaX3BiTRYGNGg+OtOvCf3Kw==", "dev": true, "requires": { "@google-cloud/pubsub": "^3.0.1", diff --git a/package.json b/package.json index 5333d18..b2e1cd6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@discue/ui-components": "^0.17.0", "@vuepress/plugin-shiki": "^2.0.0-beta.49", - "firebase-tools": "^11.3.0", + "firebase-tools": "^11.4.0", "markdown-it-anchor": "^8.6.4", "markdown-it-attrs": "^4.1.4", "nodemon": "^2.0.19",