From 244637c4320b069805370ffeacfb50b832477840 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 18:51:40 +0000 Subject: [PATCH] fix: config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/package.json b/config/package.json index fbdbacf6..53c9f462 100644 --- a/config/package.json +++ b/config/package.json @@ -7,7 +7,7 @@ "compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc" }, "dependencies": { - "firebase-admin": "^10.0.0" + "firebase-admin": "^13.0.0" }, "author": "", "license": "ISC"