From 2d1ac104055146ec8bc8b5e28e8dd8b0d224a4b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 01:48:09 +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://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- .../no-snyk-file/node_modules/nyc/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 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..3f9ee104bf 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 @@ -82,19 +82,19 @@ "find-cache-dir": "^0.1.1", "find-up": "^2.1.0", "foreground-child": "^1.5.3", - "glob": "^7.0.6", + "glob": "^9.0.0", "istanbul-lib-coverage": "^1.1.2", "istanbul-lib-hook": "^1.1.0", "istanbul-lib-instrument": "^1.10.0", "istanbul-lib-report": "^1.1.3", - "istanbul-lib-source-maps": "^1.2.3", + "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^1.4.0", "md5-hex": "^1.2.0", "merge-source-map": "^1.1.0", "micromatch": "^3.1.10", "mkdirp": "^0.5.0", "resolve-from": "^2.0.0", - "rimraf": "^2.6.2", + "rimraf": "^4.0.0", "signal-exit": "^3.0.1", "spawn-wrap": "^1.4.2", "test-exclude": "^4.2.0", @@ -116,10 +116,10 @@ "sanitize-filename": "^1.5.3", "sinon": "^2.4.1", "source-map-support": "^0.5.5", - "standard": "^9.0.2", + "standard": "^16.0.0", "standard-version": "^4.3.0", "strip-indent": "^2.0.0", - "tap": "^11.1.5", + "tap": "^18.0.0", "which": "^1.3.0", "zero-fill": "^2.2.3" },