From 5003d755c1b26683c2d669dd3678d2ec66427819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 04:20:29 +0000 Subject: [PATCH] fix: deps/npm/node_modules/minimatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/minimatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/minimatch/package.json b/deps/npm/node_modules/minimatch/package.json index 061c3b9f343306..a255586ead2dda 100644 --- a/deps/npm/node_modules/minimatch/package.json +++ b/deps/npm/node_modules/minimatch/package.json @@ -61,7 +61,7 @@ "@types/brace-expansion": "^1.1.0", "@types/node": "^18.15.11", "@types/tap": "^15.0.8", - "c8": "^7.12.0", + "c8": "^9.0.0", "eslint-config-prettier": "^8.6.0", "mkdirp": "1", "prettier": "^2.8.2",