From fd9ecf1baf044f6bea4c912a1400f02c9251d776 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:19:42 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/semver/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/semver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/semver/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/semver/package.json index f6c1663d288d4..4d89bd6a37b99 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/semver/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/semver/package.json @@ -10,7 +10,7 @@ "postpublish": "git push origin --all; git push origin --tags" }, "devDependencies": { - "tap": "^13.0.0-rc.18" + "tap": "^18.0.0" }, "license": "ISC", "repository": "https://github.com/npm/node-semver",