From 46fd2cbcdb89fc0de34e5b43f47eb5e802676ed3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:36:41 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/two-bundled-deps/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- workspaces/arborist/test/fixtures/two-bundled-deps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/two-bundled-deps/package.json b/workspaces/arborist/test/fixtures/two-bundled-deps/package.json index c1098bd162b94..c3da512e76af8 100644 --- a/workspaces/arborist/test/fixtures/two-bundled-deps/package.json +++ b/workspaces/arborist/test/fixtures/two-bundled-deps/package.json @@ -6,7 +6,7 @@ "@isaacs/testing-bundledeps": "^1.0.0" }, "devDependencies": { - "tap": "^14.10.5" + "tap": "^18.0.0" }, "optionalDependencies": { "abbrev": "^1.1.1"