From 9498a6d973e64864b12c8388949f3250c82dd030 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:24:11 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/har-validator/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/har-validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/har-validator/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/har-validator/package.json index 9456ad04cd94f..af7b02a3a3980 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/har-validator/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/har-validator/package.json @@ -38,7 +38,7 @@ "test": "tap test --coverage-report=lcov --no-browser" }, "devDependencies": { - "tap": "^12.0.1" + "tap": "^18.0.0" }, "dependencies": { "ajv": "^6.5.5",