From 6bd3d71d5dc0324b15b942af7f5d9b2941d28a8f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:05:07 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/is-binary-path/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- .../node_modules/is-binary-path/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/is-binary-path/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/is-binary-path/package.json index a8d005aed80f8..7e9a91cab8973 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/is-binary-path/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/is-binary-path/package.json @@ -33,8 +33,8 @@ "binary-extensions": "^2.0.0" }, "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } }