From 657b0faade61907c21ed1b18584650c94e269835 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 15:21:46 +0000 Subject: [PATCH] fix: deps/minimatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-REACTDEVTOOLSCORE-6023999 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/minimatch/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/minimatch/package.json b/deps/minimatch/package.json index fc80834f380417..b442fd125d2d04 100644 --- a/deps/minimatch/package.json +++ b/deps/minimatch/package.json @@ -62,12 +62,12 @@ "@types/brace-expansion": "^1.1.0", "@types/node": "^18.15.11", "@types/tap": "^15.0.8", - "c8": "^7.12.0", + "c8": "^10.0.0", "esbuild": "^0.19.5", "eslint-config-prettier": "^8.6.0", "mkdirp": "1", "prettier": "^2.8.2", - "tap": "^16.3.7", + "tap": "^18.0.0", "ts-node": "^10.9.1", "typedoc": "^0.23.21", "typescript": "^4.9.3"