From 1469337106a392f96802f0ad1c8d7f1df78afe11 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:15:21 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/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/own-or-env/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json index d8dd97bf2fb04..b3635cb9cb312 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/own-or-env/package.json @@ -23,6 +23,6 @@ "own-or": "^1.0.0" }, "devDependencies": { - "tap": "^11.1.0" + "tap": "^18.0.0" } }