From 4159e5d2d671d9967ec1c7fc640b9be7bbd0fb69 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:04:25 +0000 Subject: [PATCH] fix: FirebaseFunctions/Backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- FirebaseFunctions/Backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseFunctions/Backend/package.json b/FirebaseFunctions/Backend/package.json index 232566f50f9..11243571a5c 100644 --- a/FirebaseFunctions/Backend/package.json +++ b/FirebaseFunctions/Backend/package.json @@ -2,7 +2,7 @@ "name": "functions", "description": "Cloud Functions for Firebase", "dependencies": { - "firebase-admin": "^9.2.0", + "firebase-admin": "^11.1.0", "firebase-functions": "^3.0.0" }, "private": true,