From 7cf0e12336c0c5f4f0214a6219cb6e151cc4f3c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 06:39:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19980a1..13c099e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "commander": "^5.1.0", "core-js": "^3.1.3", "enquirer": "^2.3.5", - "firebase-admin": "^8.3.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.2.0", "load-json-file": "^6.2.0" },