diff --git a/package-lock.json b/package-lock.json index 241dfbf5..4c2cac72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "express": "4.18.2", "fastify": "4.25.2", "firebase-admin": "11.11.1", - "firebase-functions": "4.5.0", + "firebase-functions": "5.0.1", "glob": "10.3.10", "husky": "8.0.3", "koa": "2.15.0", @@ -7550,16 +7550,15 @@ } }, "node_modules/firebase-functions": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", - "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.0.1.tgz", + "integrity": "sha512-1m+crtgAR8Tl36gjpM02KCY5zduAejFmDSXvih/DB93apg39f0U/WwRgT7sitGIRqyCcIpktNUbXJv7Y9JOF4A==", "dev": true, "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "node-fetch": "^2.6.7", "protobufjs": "^7.2.2" }, "bin": { @@ -7569,7 +7568,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^11.10.0 || ^12.0.0" } }, "node_modules/firebase-functions/node_modules/@types/express": { diff --git a/package.json b/package.json index 2f212610..dcf20b8a 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "express": "4.18.2", "fastify": "4.25.2", "firebase-admin": "11.11.1", - "firebase-functions": "4.5.0", + "firebase-functions": "5.0.1", "glob": "10.3.10", "husky": "8.0.3", "koa": "2.15.0",