From 2399aab0b9c7cd446e2cbffa632d52ca5d7e7930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:34:46 +0000 Subject: [PATCH] Bump firebase-functions from 7.2.5 to 7.3.0 in /source/functions Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 7.2.5 to 7.3.0. - [Release notes](https://github.com/firebase/firebase-functions/releases) - [Commits](https://github.com/firebase/firebase-functions/compare/v7.2.5...v7.3.0) --- updated-dependencies: - dependency-name: firebase-functions dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- source/functions/package-lock.json | 10 +++++----- source/functions/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/functions/package-lock.json b/source/functions/package-lock.json index 42cbf4cde..bc7a1e233 100644 --- a/source/functions/package-lock.json +++ b/source/functions/package-lock.json @@ -8,7 +8,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "firebase-admin": "^13.7.0", - "firebase-functions": "^7.2.5" + "firebase-functions": "^7.3.0" }, "engines": { "node": "20" @@ -1251,9 +1251,9 @@ } }, "node_modules/firebase-functions": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.2.5.tgz", - "integrity": "sha512-K+pP0AknluAguLRbD96hibyXbnOgwnvd4hkExWdGrxnNCLoj8LBFj08uvJYxyvhsCgYzQumrUaHBW4lsXKSiRg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-7.3.0.tgz", + "integrity": "sha512-S3JhjESOWMq13iDodwgUPWNQ3gLAu7oTLDwF7hTtisyjVanEeQzYezgW+JTfd8I0kCJQzjGPC/wHQ19IL7CgaA==", "license": "MIT", "dependencies": { "@types/cors": "^2.8.5", @@ -1271,7 +1271,7 @@ "peerDependencies": { "@apollo/server": "^5.2.0", "@as-integrations/express4": "^1.1.2", - "firebase-admin": "^11.10.0 || ^12.0.0 || ^13.0.0", + "firebase-admin": "^11.10.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", "graphql": "^16.12.0" }, "peerDependenciesMeta": { diff --git a/source/functions/package.json b/source/functions/package.json index adfd67fc9..1fafaa327 100644 --- a/source/functions/package.json +++ b/source/functions/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "firebase-admin": "^13.7.0", - "firebase-functions": "^7.2.5" + "firebase-functions": "^7.3.0" }, "overrides": { "fast-xml-builder": "1.1.7",