From bee9436aa2f112dab7fb3b30eec416b16e825788 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:47:39 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/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 --- .../tap-with-yarn-lock/node_modules/p-try/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json index 81c4d32e40f55..2cd516eeb9173 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/p-try/package.json @@ -35,8 +35,8 @@ "bluebird" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.12.0", + "xo": "^0.26.0" } }