From e46f97b0b8c601e08def38cb79a94e562d2284cc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:15:58 +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-CROSSSPAWN-8303230 --- .../node_modules/fast-json-stable-stringify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..5423ff279a4f7 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 @@ -10,7 +10,7 @@ "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" },