From 99bd76c694c75f9e58d7ba53c60e380d8f7fe71f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:19:40 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/fast-json-stable-stringify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/npm:mem:20180117 - https://snyk.io/vuln/npm:braces:20180219 --- .../node_modules/fast-json-stable-stringify/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/fast-json-stable-stringify/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/fast-json-stable-stringify/package.json index 21380a991b2d6..670876c706370 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/fast-json-stable-stringify/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/fast-json-stable-stringify/package.json @@ -6,11 +6,11 @@ "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.0", - "eslint": "^4.9.0", + "eslint": "^9.0.0", "fast-stable-stringify": "latest", "faster-stable-stringify": "latest", "json-stable-stringify": "latest", - "nyc": "^11.2.1", + "nyc": "^15.0.0", "pre-commit": "^1.2.2", "tape": "~1.0.4" },