From 5c84944e2af2a87a89e2bb532f378d8d20713285 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:40:28 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/semver-installed-with-old-package-lock/node_modules/semver/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- .../node_modules/semver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/semver-installed-with-old-package-lock/node_modules/semver/package.json b/workspaces/arborist/test/fixtures/semver-installed-with-old-package-lock/node_modules/semver/package.json index 0960ac65aec9b..cf63e56208c4a 100644 --- a/workspaces/arborist/test/fixtures/semver-installed-with-old-package-lock/node_modules/semver/package.json +++ b/workspaces/arborist/test/fixtures/semver-installed-with-old-package-lock/node_modules/semver/package.json @@ -32,7 +32,7 @@ "deprecated": false, "description": "The semantic version parser used by npm.", "devDependencies": { - "tap": "^14.10.7" + "tap": "^18.0.0" }, "engines": { "node": ">=10"