diff --git a/functions/package-lock.json b/functions/package-lock.json index 463ce9c..388fab5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -7,7 +7,7 @@ "name": "functions", "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.1", + "firebase-functions": "^3.22.0", "minimist": "^1.2.5", "nuxt-start": "^2.15.8" }, @@ -1740,15 +1740,16 @@ } }, "node_modules/firebase-functions": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", - "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.22.0.tgz", + "integrity": "sha512-d1BxBpT95MhvVqXkpLWDvWbyuX7e2l69cFAiqG3U1XQDaMV88bM9S+Zg7H8i9pitEGFr+76ErjKgrY0n+g3ZDA==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "lodash": "^4.17.14" + "lodash": "^4.17.14", + "node-fetch": "^2.6.7" }, "bin": { "firebase-functions": "lib/bin/firebase-functions.js" @@ -1757,7 +1758,7 @@ "node": "^8.13.0 || >=10.10.0" }, "peerDependencies": { - "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0" + "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" } }, "node_modules/firebase-functions-test": { @@ -5709,15 +5710,16 @@ } }, "firebase-functions": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.18.1.tgz", - "integrity": "sha512-sPYZc9U/o0MjrpL3yz0pmoviJ1SkDoMV54X1rT/O2g0JTbV9eoQZsZuRoIUeaY3gmWFcMnN5TbJsPQUVh+omtw==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.22.0.tgz", + "integrity": "sha512-d1BxBpT95MhvVqXkpLWDvWbyuX7e2l69cFAiqG3U1XQDaMV88bM9S+Zg7H8i9pitEGFr+76ErjKgrY0n+g3ZDA==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "lodash": "^4.17.14" + "lodash": "^4.17.14", + "node-fetch": "^2.6.7" }, "dependencies": { "@types/express": { diff --git a/functions/package.json b/functions/package.json index ee21f65..81d309f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.1", + "firebase-functions": "^3.22.0", "minimist": "^1.2.5", "nuxt-start": "^2.15.8" },