From 1a4f49ce1e5763834f737d139febd33c143a6438 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 07:26:20 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/yargs-parser/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- test/fixtures/qs-package/node_modules/yargs-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/yargs-parser/package.json b/test/fixtures/qs-package/node_modules/yargs-parser/package.json index f016c04e84..2de47a06d5 100644 --- a/test/fixtures/qs-package/node_modules/yargs-parser/package.json +++ b/test/fixtures/qs-package/node_modules/yargs-parser/package.json @@ -62,7 +62,7 @@ "chai": "^3.5.0", "coveralls": "^2.11.8", "mocha": "^2.4.5", - "nyc": "^7.0.0", + "nyc": "^13.0.1", "standard": "^7.1.0", "standard-version": "^2.1.2" },