diff --git a/BackEnd/package-lock.json b/BackEnd/package-lock.json index a231f8c..eb3df38 100644 --- a/BackEnd/package-lock.json +++ b/BackEnd/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "firebase-admin": "^11.11.0", - "firebase-functions": "^4.5.0" + "firebase-functions": "^4.7.0" }, "devDependencies": { "eslint-config-google": "^0.14.0" @@ -1664,9 +1664,9 @@ } }, "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": "4.7.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.7.0.tgz", + "integrity": "sha512-YgWqA9otWlBUouY4I2yd0vq9SyQdQ6GJxfH7wGJclzS2pzBQHcU5HhE1Vz/xTrWcKJyw8uPN98WtSE9/APUJJg==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -1682,7 +1682,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, "node_modules/firebase-functions/node_modules/@types/express": { diff --git a/BackEnd/package.json b/BackEnd/package.json index 59eaa1f..03fc944 100644 --- a/BackEnd/package.json +++ b/BackEnd/package.json @@ -1,7 +1,7 @@ { "dependencies": { "firebase-admin": "^11.11.0", - "firebase-functions": "^4.5.0" + "firebase-functions": "^4.7.0" }, "devDependencies": { "eslint-config-google": "^0.14.0"