From ca4ef5a2722225cc86b7fc20cab744780afbb438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:48:22 +0000 Subject: [PATCH] Bump firebase-functions from 7.2.3 to 7.2.5 Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 7.2.3 to 7.2.5. - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Changelog](https://github.com/firebase/firebase-functions/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-functions/compare/v7.2.3...v7.2.5) --- updated-dependencies: - dependency-name: firebase-functions dependency-version: 7.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f02c6503b..0c3439f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4946,9 +4946,9 @@ } }, "node_modules/firebase-functions": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.2.3.tgz", - "integrity": "sha512-myrnxuvmfAQYsaat2Crv1k2qpb2BuRUVRfr1V/nVLNO4sObgd06NT08TsVF3PA6EkxyUsOKXmcvmGFiJC0R2fQ==", + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.2.5.tgz", + "integrity": "sha512-K+pP0AknluAguLRbD96hibyXbnOgwnvd4hkExWdGrxnNCLoj8LBFj08uvJYxyvhsCgYzQumrUaHBW4lsXKSiRg==", "license": "MIT", "dependencies": { "@types/cors": "^2.8.5", @@ -9467,7 +9467,7 @@ "packages/functions": { "dependencies": { "firebase-admin": "^14.1.0", - "firebase-functions": "^7.2.3" + "firebase-functions": "^7.2.5" }, "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/packages/functions/package.json b/packages/functions/package.json index 895323a17..c821c6d4f 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -15,7 +15,7 @@ "main": "lib/index.js", "dependencies": { "firebase-admin": "^14.1.0", - "firebase-functions": "^7.2.3" + "firebase-functions": "^7.2.5" }, "devDependencies": { "@types/mocha": "^10.0.10",