From 9c672405c7ba95ce3e20b1e1796de3280f3f1512 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:45:19 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/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/cross-spawn/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json index 1a69be8cc0671..f1fe6fbab29fd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json @@ -63,12 +63,12 @@ "eslint": "^4.3.0", "eslint-config-moxy": "^5.0.0", "husky": "^0.14.3", - "jest": "^22.0.0", + "jest": "^24.9.0", "lint-staged": "^7.0.0", "mkdirp": "^0.5.1", "regenerator-runtime": "^0.11.1", "rimraf": "^2.6.2", - "standard-version": "^4.2.0" + "standard-version": "^9.5.0" }, "engines": { "node": ">=4.8"