diff --git a/functions/package-lock.json b/functions/package-lock.json index 5e273d8d..faa865b6 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,7 +9,7 @@ "@google-cloud/storage": "^6.2.2", "express": "^4.18.1", "firebase-admin": "^11.0.0", - "firebase-functions": "^4.4.1", + "firebase-functions": "^4.6.0", "moment": "^2.29.3", "node-fetch": "^3.2.4" }, @@ -1203,9 +1203,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", + "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -1221,7 +1221,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/long": { @@ -3813,9 +3813,9 @@ } }, "firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.6.0.tgz", + "integrity": "sha512-mY3wuU/Qe+vjVyoCIv0TGXcqr5iQhsMlccLBSAHJ+cWgbszo915mcFP8E9adtXoitqf/4CVzzTwYcfPdCQo2RQ==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 4025894b..d095c236 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,7 +22,7 @@ "@google-cloud/storage": "^6.2.2", "express": "^4.18.1", "firebase-admin": "^11.0.0", - "firebase-functions": "^4.4.1", + "firebase-functions": "^4.6.0", "moment": "^2.29.3", "node-fetch": "^3.2.4" },