From 598029633827db72739eb47de31fe97241fa4283 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 19:02:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2619157..d5213d1 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "express-mongo-sanitize": "^2.2.0", "express-rate-limit": "^6.7.1", "express-session": "^1.17.3", - "firebase-admin": "^11.9.0", + "firebase-admin": "^12.0.0", "helmet": "^7.0.0", "http": "^0.0.1-security", "jsonwebtoken": "^9.0.1",