From a18d743c76e058868beba3d7e6e12ab00375438c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 22:38:04 +0000 Subject: [PATCH] fix: upgrade firebase-functions from 3.23.0 to 3.24.0 Snyk has created this PR to upgrade firebase-functions from 3.23.0 to 3.24.0. See this package in npm: https://www.npmjs.com/package/firebase-functions See this project in Snyk: https://app.snyk.io/org/karthick47v2/project/9592e1bf-1cc8-466f-9704-bb39edd5e3da?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index bc420bd..2b6177d 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -7,7 +7,7 @@ "name": "functions", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.23.0" + "firebase-functions": "^3.24.0" }, "devDependencies": { "firebase-functions-test": "^0.2.0" @@ -928,9 +928,9 @@ } }, "node_modules/firebase-functions": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.23.0.tgz", - "integrity": "sha512-/jujnNChTWIuoXK3IPNGYu1zjXF1fYRy88uYbkrJhs3dhK6EdXZi0rX6JUEOCB7h6IkRQvbio+bvtaoI7h+4Lg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.24.0.tgz", + "integrity": "sha512-YKZm/AxjnWTP9VbxAyjs7ImWfMydleQAiHB2T6li3imRCcwC4+h6BXU/Jf2uELz9AkCb+UabWbdVrklk3b+70Q==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -3108,9 +3108,9 @@ } }, "firebase-functions": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.23.0.tgz", - "integrity": "sha512-/jujnNChTWIuoXK3IPNGYu1zjXF1fYRy88uYbkrJhs3dhK6EdXZi0rX6JUEOCB7h6IkRQvbio+bvtaoI7h+4Lg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.24.0.tgz", + "integrity": "sha512-YKZm/AxjnWTP9VbxAyjs7ImWfMydleQAiHB2T6li3imRCcwC4+h6BXU/Jf2uELz9AkCb+UabWbdVrklk3b+70Q==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 0e8227f..f22eab1 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "main": "index.js", "dependencies": { "firebase-admin": "^10.3.0", - "firebase-functions": "^3.23.0" + "firebase-functions": "^3.24.0" }, "devDependencies": { "firebase-functions-test": "^0.2.0"