From 14a5536a53bb7dfe2de141b52382bf697c4ec73b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:40:44 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/node_modules/strip-ansi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- .../node_modules/yargs/node_modules/strip-ansi/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/node_modules/strip-ansi/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/node_modules/strip-ansi/package.json index 7494fd7e885ec..b619c273bfe34 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/node_modules/strip-ansi/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/node_modules/strip-ansi/package.json @@ -47,8 +47,8 @@ "ansi-regex": "^4.1.0" }, "devDependencies": { - "ava": "^1.3.1", + "ava": "^6.0.0", "tsd-check": "^0.5.0", - "xo": "^0.24.0" + "xo": "^0.43.0" } }