From c69ce6e6152f65cade77b8b55bcd690cc591099c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:27:09 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/dev-deps/node_modules/diff-frag/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../test/fixtures/dev-deps/node_modules/diff-frag/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/dev-deps/node_modules/diff-frag/package.json b/workspaces/arborist/test/fixtures/dev-deps/node_modules/diff-frag/package.json index 3bad362b4a122..39d9dcc3d4bd0 100644 --- a/workspaces/arborist/test/fixtures/dev-deps/node_modules/diff-frag/package.json +++ b/workspaces/arborist/test/fixtures/dev-deps/node_modules/diff-frag/package.json @@ -31,7 +31,7 @@ "deprecated": false, "description": "Take a big diff with a 2-line header and turn it into frags with only a reasonable amount of context", "devDependencies": { - "tap": "^14.9.2" + "tap": "^18.0.0" }, "files": [ "index.js"