From e3be62ac448aa85cb6c8282d1de033ad1f48895c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:43:00 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/mkdirp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/mkdirp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/mkdirp/package.json b/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/mkdirp/package.json index 2913ed09bddd6..98fd26f6629b8 100644 --- a/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/mkdirp/package.json +++ b/workspaces/arborist/test/fixtures/dep-installed-without-bin-link/node_modules/mkdirp/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "require-inject": "^1.4.4", - "tap": "^14.10.7" + "tap": "^18.0.0" }, "bin": "bin/cmd.js", "license": "MIT",