From 540c85f054dbf492526f90d50d86a9f021cd875e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jan 2025 00:35:14 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- firestore/main/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firestore/main/package.json b/firestore/main/package.json index 5068345d..f0d36e04 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", - "mocha": "^10.1.0" + "firebase-tools": "^13.29.2", + "mocha": "^11.1.0" } }