From f3754c1b65c215cc7978c06b0c9ad8a5300529d0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:21:07 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/package-hash/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/package-hash/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/package-hash/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/package-hash/package.json index 09f46504817c2..7af282210b7de 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/package-hash/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/package-hash/package.json @@ -38,9 +38,9 @@ }, "devDependencies": { "@novemberborn/as-i-preach": "^11.0.0", - "ava": "^1.1.0", + "ava": "^3.0.0", "codecov": "^3.1.0", - "nyc": "^13.1.0", + "nyc": "^15.0.0", "rimraf": "^2.6.3", "tar": "^4.4.8" },