From f66d8a3cc24edcdc30d2dce244fdb95e856a768a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:03:00 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/lru-cache/node_modules/yallist/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/lru-cache/node_modules/yallist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/lru-cache/node_modules/yallist/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/lru-cache/node_modules/yallist/package.json index 17a13d1cc1513..247c855976876 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/lru-cache/node_modules/yallist/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/lru-cache/node_modules/yallist/package.json @@ -12,7 +12,7 @@ ], "dependencies": {}, "devDependencies": { - "tap": "^10.3.0" + "tap": "^18.0.0" }, "scripts": { "test": "tap test/*.js --100",