From aafd6017871f7edb42cc0f4f37642f201730620c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:18:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcadb67..30bd000 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "redis": "2.8.0", - "firebase-admin": "7.4.0", + "firebase-admin": "9.0.0", "mkdirp": "0.5.1", "reflect-metadata": "0.1.13", "apollo-datasource-rest": "0.4.0",