diff --git a/functions/package-lock.json b/functions/package-lock.json index f6a3902cbc..9ec19c33fe 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,7 +9,7 @@ "@google-cloud/storage": "^7.7.0", "express": "^4.18.3", "firebase-admin": "^12.0.0", - "firebase-functions": "^4.7.0", + "firebase-functions": "^4.8.2", "moment": "^2.30.1", "node-fetch": "^3.3.2" }, @@ -1313,15 +1313,14 @@ } }, "node_modules/firebase-functions": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.7.0.tgz", - "integrity": "sha512-YgWqA9otWlBUouY4I2yd0vq9SyQdQ6GJxfH7wGJclzS2pzBQHcU5HhE1Vz/xTrWcKJyw8uPN98WtSE9/APUJJg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.8.2.tgz", + "integrity": "sha512-1M86Wu6IoE5f+r8QithaBFnkzygejh6OhaCz3p3dGjl+3lvL/9Xbm8GovZWZRmZzJ1nzb4dZpXWCalunLwZtOg==", "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": { @@ -1334,25 +1333,6 @@ "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, - "node_modules/firebase-functions/node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/foreground-child": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", @@ -4078,26 +4058,15 @@ } }, "firebase-functions": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.7.0.tgz", - "integrity": "sha512-YgWqA9otWlBUouY4I2yd0vq9SyQdQ6GJxfH7wGJclzS2pzBQHcU5HhE1Vz/xTrWcKJyw8uPN98WtSE9/APUJJg==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.8.2.tgz", + "integrity": "sha512-1M86Wu6IoE5f+r8QithaBFnkzygejh6OhaCz3p3dGjl+3lvL/9Xbm8GovZWZRmZzJ1nzb4dZpXWCalunLwZtOg==", "requires": { "@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" - }, - "dependencies": { - "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "requires": { - "whatwg-url": "^5.0.0" - } - } } }, "foreground-child": { diff --git a/functions/package.json b/functions/package.json index 1f270316f4..9271c547ab 100644 --- a/functions/package.json +++ b/functions/package.json @@ -22,7 +22,7 @@ "@google-cloud/storage": "^7.7.0", "express": "^4.18.3", "firebase-admin": "^12.0.0", - "firebase-functions": "^4.7.0", + "firebase-functions": "^4.8.2", "moment": "^2.30.1", "node-fetch": "^3.3.2" },