From a1c3238a88bd5da452be8a9d78bbb1c02646fea6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:52:53 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-processinfo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/istanbul-lib-processinfo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-processinfo/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-processinfo/package.json index 08860c9048d81..9c530244be29a 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-processinfo/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-processinfo/package.json @@ -17,14 +17,14 @@ "license": "ISC", "dependencies": { "archy": "^1.0.0", - "cross-spawn": "^6.0.5", + "cross-spawn": "^7.0.5", "istanbul-lib-coverage": "^2.0.3", "rimraf": "^2.6.3", "uuid": "^3.3.2" }, "devDependencies": { "nyc": "^14.0.0-rc.1", - "tap": "^13.0.0-rc.23" + "tap": "^18.0.0" }, "tap": { "check-coverage": true