From 78cf830880e65a55a2e73a8d2303a285224bc05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:43:47 +0000 Subject: [PATCH] Bump firebase-tools from 12.4.7 to 12.7.0 in /utils Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 12.4.7 to 12.7.0. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v12.4.7...v12.7.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..d9fc7c6 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.7.0", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.7.0.tgz", + "integrity": "sha512-NBXYEbY9FE20BcEivxL0agXkehNTtcFhQmGGPPWrxntVgWOnbrzy4fh1xjZnQSRgZu4VpEWthXDM+oCkn6ouKQ==", "dependencies": { "@google-cloud/pubsub": "^3.0.1", "abort-controller": "^3.0.0",