From 97b54f85b258f6814d2402af8dcef954ff6ea62b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Oct 2022 20:16:44 +0000 Subject: [PATCH] fix: packages/snyk-protect/test/fixtures/no-snyk-file/node_modules/nyc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://dev.snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://dev.snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://dev.snyk.io/vuln/npm:braces:20180219 - https://dev.snyk.io/vuln/npm:mem:20180117 --- .../fixtures/no-snyk-file/node_modules/nyc/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/snyk-protect/test/fixtures/no-snyk-file/node_modules/nyc/package.json b/packages/snyk-protect/test/fixtures/no-snyk-file/node_modules/nyc/package.json index 31ed5e2c11..3bc75b7224 100644 --- a/packages/snyk-protect/test/fixtures/no-snyk-file/node_modules/nyc/package.json +++ b/packages/snyk-protect/test/fixtures/no-snyk-file/node_modules/nyc/package.json @@ -88,7 +88,7 @@ "istanbul-lib-instrument": "^1.10.0", "istanbul-lib-report": "^1.1.3", "istanbul-lib-source-maps": "^1.2.3", - "istanbul-reports": "^1.4.0", + "istanbul-reports": "^3.1.3", "md5-hex": "^1.2.0", "merge-source-map": "^1.1.0", "micromatch": "^3.1.10", @@ -97,9 +97,9 @@ "rimraf": "^2.6.2", "signal-exit": "^3.0.1", "spawn-wrap": "^1.4.2", - "test-exclude": "^4.2.0", - "yargs": "11.1.0", - "yargs-parser": "^8.0.0" + "test-exclude": "^5.0.0", + "yargs": "13.2.4", + "yargs-parser": "^13.1.2" }, "devDependencies": { "any-path": "^1.3.0",