From 905675a16680d62fd8bfb9544e5fa5c6b45b4439 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Jun 2024 22:54:35 +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 4ff306e4..dad74a95 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs": "^3.0.1", "express": "^4.17.1", "express-graphql": "^0.9.0", - "firebase-admin": "^8.9.0", + "firebase-admin": "^11.1.0", "firebase-functions": "^3.3.0", "got": "^10.2.2", "graphql": "^14.5.8",