From 4a7da293def305d5252e435ef1670f04ebf78d5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 22:17:26 +0000 Subject: [PATCH] fix: firestore/main/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/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/main/package.json b/firestore/main/package.json index 5068345d..009289a4 100644 --- a/firestore/main/package.json +++ b/firestore/main/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/mocha": "^7.0.2", - "firebase-tools": "^11.21.0", + "firebase-tools": "^13.31.0", "mocha": "^10.1.0" } }