From 7cd9fcf23b2c7f2248681f173b13f3e0a29abff8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 01:52:30 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcadb67..60b1786 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "redis": "2.8.0", - "firebase-admin": "7.4.0", + "firebase-admin": "11.4.1", "mkdirp": "0.5.1", "reflect-metadata": "0.1.13", "apollo-datasource-rest": "0.4.0",