From 5eec8f9a49be0241e1ccd7acf53efae78605b414 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 01:11:16 +0000 Subject: [PATCH] fix: firestore/solution-deletes/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- firestore/solution-deletes/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/solution-deletes/functions/package.json b/firestore/solution-deletes/functions/package.json index a183fe7a..9851d68d 100644 --- a/firestore/solution-deletes/functions/package.json +++ b/firestore/solution-deletes/functions/package.json @@ -12,7 +12,7 @@ "compile": "cp ../../../tsconfig.json.template ./tsconfig.json && tsc" }, "dependencies": { - "firebase-admin": "^10.0.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.16.0", "firebase-tools": "^11.3.0" }