From 565009a7c120e17a2bd5ba458eb2fc814b669792 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 00:09:07 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../fixtures/tap-with-yarn-lock/node_modules/yargs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/package.json index 5cc7ba28124a0..1a6acdf72abdd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/yargs/package.json @@ -22,7 +22,7 @@ "cliui": "^5.0.0", "find-up": "^3.0.0", "get-caller-file": "^2.0.1", - "os-locale": "^3.1.0", + "os-locale": "^6.0.0", "require-directory": "^2.1.1", "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0",