From 6b76ed41d57c787c5dd5fd3f01f8a93a6fd48ded Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 20:40:08 +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-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-BASICAUTHCONNECT-8136828 --- 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..00a67893 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.31.0" } }