From 3182721eef30fea3afff245bf52cf77ca0f4d5a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 22:29:27 +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-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/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- 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..66ae4ad1 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.28.0", + "mocha": "^11.0.1" } }