From 0b51764ba013caf52240c1676f8ae4e8e8208e16 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:41:49 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/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/which-module/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json index 3566aff0e9604..eaa4ede7a680e 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/which-module/package.json @@ -32,10 +32,10 @@ }, "homepage": "https://github.com/nexdrew/which-module#readme", "devDependencies": { - "ava": "^0.19.1", + "ava": "^3.0.0", "coveralls": "^2.13.1", "nyc": "^10.3.0", "standard": "^10.0.2", - "standard-version": "^4.0.0" + "standard-version": "^9.5.0" } }