From dc823ab05d4e85398bc5eb9469b9c1c9009bda32 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:47:25 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/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/auto-bind/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json index af730b9f0cf3c..65392e30a68fd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/auto-bind/package.json @@ -38,8 +38,8 @@ "@types/react": "^16.8.12" }, "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^3.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } }