From 76188fd33cb3a65bb19d2d878d433d084e33bf86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 15:28:32 +0000 Subject: [PATCH] fix: infra/notifications/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- infra/notifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/notifications/package.json b/infra/notifications/package.json index 38b39410d5d..74b54e98627 100644 --- a/infra/notifications/package.json +++ b/infra/notifications/package.json @@ -34,7 +34,7 @@ "dotenv": "^8.0.0", "envkey": "^1.2.6", "express": "^4.17.1", - "firebase-admin": "^8.0.0", + "firebase-admin": "^9.0.0", "lodash-es": "^4.17.11", "logplease": "^1.2.15", "mjml": "^4.5.1",