From 21573a7736f983a7ee7110b6c093831e803b2fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:29:09 +0000 Subject: [PATCH] Bump firebase-tools from 12.4.7 to 12.8.0 in /utils Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 12.4.7 to 12.8.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v12.4.7...v12.8.0) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- utils/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/package-lock.json b/utils/package-lock.json index 4e06f20..c57ed81 100644 --- a/utils/package-lock.json +++ b/utils/package-lock.json @@ -2469,9 +2469,9 @@ } }, "node_modules/firebase-tools": { - "version": "12.4.7", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.4.7.tgz", - "integrity": "sha512-L5nULzh0PElm2OK5lXsj7zkIwBBB4KsGOg0CvCnjdvJ1ROMN2IqffJ0KR/8paXuGWf5SA0VJj2QjG37jFxrAjg==", + "version": "12.8.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.8.0.tgz", + "integrity": "sha512-G5n3x2QwF78GCITtfhtHMqhHgi0Wy2ruLG4h481o3jgs7xCCTVF40/E+bNUHUlPC8Cp/0W2hYeeLt5tfVSXmog==", "dependencies": { "@google-cloud/pubsub": "^3.0.1", "abort-controller": "^3.0.0",