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": {