From f705a0515b44ffa6fe9694fc0e61067f7824c7c0 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:48:36 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:mem:20180117 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- .../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",