diff --git a/package-lock.json b/package-lock.json index 241dfbf5..eded33dd 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.0", "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.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-5.0.0.tgz", + "integrity": "sha512-iGG41MavOS+RtEsbcq2j/ltQ8L2Oji71dRpwVur+meIQWkvXCYb2QJtnyp0ryQVnV3NyjV+3Vdx7OnmD+Hanuw==", "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..5595922d 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.0", "glob": "10.3.10", "husky": "8.0.3", "koa": "2.15.0",