From 18eb32e629553aef7734bfebced5c6c88db5f777 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 18:24:30 +0000 Subject: [PATCH] fix: upgrade firebase-functions from 4.0.2 to 4.1.0 Snyk has created this PR to upgrade firebase-functions from 4.0.2 to 4.1.0. See this package in npm: https://www.npmjs.com/package/firebase-functions See this project in Snyk: https://app.snyk.io/org/saileshbro/project/30de8157-9baf-4726-9274-466d69094162?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66fe0bc..628ad22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "express": "^4.18.2", "express-fileupload": "^1.4.0", "firebase-admin": "^11.2.1", - "firebase-functions": "^4.0.2", + "firebase-functions": "^4.1.0", "glob": "^8.0.3" }, "devDependencies": { @@ -8927,9 +8927,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.0.2.tgz", - "integrity": "sha512-y2JEMVRQfKQyib/wRMn6qSEg1kfJhl0nBOPHbcvrWN3cFakOssTVfq78GEQe3m9PPE8toF9ysabsetTUi4vkSg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.1.0.tgz", + "integrity": "sha512-brbww5lGQVm8+d4KFmHF+O8wJBthws1NGXgphy7UDguMbUoW0fq6bL0NI442w+3nDE8IYUbnR4p3U8/cLAhnOA==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -26120,9 +26120,9 @@ } }, "firebase-functions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.0.2.tgz", - "integrity": "sha512-y2JEMVRQfKQyib/wRMn6qSEg1kfJhl0nBOPHbcvrWN3cFakOssTVfq78GEQe3m9PPE8toF9ysabsetTUi4vkSg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.1.0.tgz", + "integrity": "sha512-brbww5lGQVm8+d4KFmHF+O8wJBthws1NGXgphy7UDguMbUoW0fq6bL0NI442w+3nDE8IYUbnR4p3U8/cLAhnOA==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/package.json b/package.json index fd23e75..a82f755 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "express": "^4.18.2", "express-fileupload": "^1.4.0", "firebase-admin": "^11.2.1", - "firebase-functions": "^4.0.2", + "firebase-functions": "^4.1.0", "glob": "^8.0.3" }, "homepage": "https://github.com/filledstacks/firebase-backend#readme",