From e04ac7ad67d5c8d2b8d7ddb845535d33b35532b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 18:08:50 +0000 Subject: [PATCH] fix: database/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- database/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/package.json b/database/package.json index c6890982..4bcebfd1 100644 --- a/database/package.json +++ b/database/package.json @@ -7,7 +7,7 @@ "license": "Apache License Version 2.0", "dependencies": { "escape-html": "^1.0.3", - "firebase-admin": "^4.0.3", + "firebase-admin": "^11.4.1", "node-schedule": "^1.1.0", "nodemailer": "^2.4.1", "promise": "^7.1.1"