From cbe36ff09e93e8238d1f4aeaaa2160f044001e01 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:09:54 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tcompare/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../tap-with-yarn-lock/node_modules/tcompare/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tcompare/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tcompare/package.json index f6b85b0f0c3f1..e4cd60f718a80 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tcompare/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tcompare/package.json @@ -14,7 +14,7 @@ "lib/*.js" ], "devDependencies": { - "tap": "^13.1.7" + "tap": "^18.0.0" }, "scripts": { "test": "tap",