From 11f977bccb4787ecc2fb61dcb7bbcd6f957572a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 11:19:11 +0000 Subject: [PATCH] fix: node_modules/yargs-parser/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/yargs-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/yargs-parser/package.json b/node_modules/yargs-parser/package.json index b611d3f6b7..bd7a398f46 100644 --- a/node_modules/yargs-parser/package.json +++ b/node_modules/yargs-parser/package.json @@ -27,7 +27,7 @@ "author": "Ben Coe ", "license": "ISC", "devDependencies": { - "c8": "^7.0.1", + "c8": "^9.0.0", "chai": "^4.2.0", "mocha": "^7.0.0", "standard": "^14.3.1"