From 0985e4253a1fa1c0261c52906854694b6e7c9d6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 17:11:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 870a5c6e5b0..79c4976d0f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "supports-color": "^3.1.2", "webpack": "^2.2.0-rc.0", "webpack-addons-ylvis": "0.0.27", - "yargs": "^6.5.0" + "yargs": "^18.0.0" }, "devDependencies": { "ajv": "^4.11.3",