From 8be457442ac17d8db3a66a18d977ae0c0363d1d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 23:55:58 +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-SEMVER-3247795 --- .../node_modules/istanbul-lib-processinfo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..aafeb5f6fc543 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,7 +17,7 @@ "license": "ISC", "dependencies": { "archy": "^1.0.0", - "cross-spawn": "^6.0.5", + "cross-spawn": "^7.0.0", "istanbul-lib-coverage": "^2.0.3", "rimraf": "^2.6.3", "uuid": "^3.3.2"