From a8417987c3a770d1127e7246dd9d7ee55d4b3f63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 21:24:46 +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-IP-6240864 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- 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..ac52a44a 100644 --- a/firestore/solution-deletes/functions/package.json +++ b/firestore/solution-deletes/functions/package.json @@ -14,6 +14,6 @@ "dependencies": { "firebase-admin": "^10.0.0", "firebase-functions": "^3.16.0", - "firebase-tools": "^11.3.0" + "firebase-tools": "^13.28.0" } }