From 1c90c01f1c0b85dd1d370a4eaecdd14c6cbd580c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:47:37 +0000 Subject: [PATCH] Bump firebase-functions from 7.0.5 to 7.2.5 in /functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 7.0.5 to 7.2.5. - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Commits](https://github.com/firebase/firebase-functions/compare/v7.0.5...v7.2.5) --- updated-dependencies: - dependency-name: firebase-functions dependency-version: 7.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 9 +++++---- functions/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index bdd9cd0..b476777 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -10,7 +10,7 @@ "@simplewebauthn/server": "^13.2.2", "cors": "^2.8.6", "firebase-admin": "^13.6.1", - "firebase-functions": "^7.0.5", + "firebase-functions": "^7.2.5", "zod": "^4.3.6" }, "devDependencies": { @@ -4798,9 +4798,10 @@ } }, "node_modules/firebase-functions": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.0.5.tgz", - "integrity": "sha512-uG2dR5AObLuUrWWjj/de5XxNHCVi+Ehths0DSRcLjHJdgw1TSejwoZZ5na6gVrl3znNjRdBRy5Br5UlhaIU3Ww==", + "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", "@types/express": "^4.17.21", diff --git a/functions/package.json b/functions/package.json index 27232d3..c806a3e 100644 --- a/functions/package.json +++ b/functions/package.json @@ -20,7 +20,7 @@ "@simplewebauthn/server": "^13.2.2", "cors": "^2.8.6", "firebase-admin": "^13.6.1", - "firebase-functions": "^7.0.5", + "firebase-functions": "^7.2.5", "zod": "^4.3.6" }, "devDependencies": {