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",