diff --git a/functions/package-lock.json b/functions/package-lock.json index fe8fe90..53b9ef3 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -16,7 +16,7 @@ ], "dependencies": { "firebase-admin": "^10.0.1", - "firebase-functions": "^3.16.0" + "firebase-functions": "^3.18.1" }, "devDependencies": { "@firebase/testing": "^0.20.11", @@ -4687,9 +4687,9 @@ } }, "node_modules/firebase-functions": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.16.0.tgz", - "integrity": "sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", + "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -4697,6 +4697,9 @@ "express": "^4.17.1", "lodash": "^4.17.14" }, + "bin": { + "firebase-functions": "lib/bin/firebase-functions.js" + }, "engines": { "node": "^8.13.0 || >=10.10.0" }, @@ -14651,9 +14654,9 @@ } }, "firebase-functions": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.16.0.tgz", - "integrity": "sha512-6ISOn0JckMtpA3aJ/+wCCGhThUhBUrpZD+tSkUeolx0Vr+NoYFXA0+2YzJZa/A2MDU8gotPzUtnauLSEQvfClQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", + "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index bf0c582..31f85f3 100644 --- a/functions/package.json +++ b/functions/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "firebase-admin": "^10.0.1", - "firebase-functions": "^3.16.0" + "firebase-functions": "^3.18.1" }, "devDependencies": { "@types/node": "^14.14.31",