From b000e2fd83ddb927e0a8c2e68104c26216b06c65 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:22:40 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/semver/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/semver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/semver/package.json b/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/semver/package.json index 07867975d152c..ca4bd38d3580c 100644 --- a/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/semver/package.json +++ b/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/semver/package.json @@ -11,7 +11,7 @@ "postpublish": "git push origin --follow-tags" }, "devDependencies": { - "tap": "^14.10.7" + "tap": "^18.0.0" }, "license": "ISC", "repository": "https://github.com/npm/node-semver",