From bb2f1596cd8180ed8bb61fc7fc81023f5eaae3d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 09:13:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff306e4..8d12178a 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": "^12.0.0", "firebase-functions": "^3.3.0", "got": "^10.2.2", "graphql": "^14.5.8",