From e40704ae70568a0939d9acac87157251255fbd54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 May 2025 16:17:10 +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 3dd55060f3..f985125aea 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "webpack-dev-middleware": "^3.7.2", "webpack-log": "^2.0.0", "ws": "^6.2.1", - "yargs": "12.0.5" + "yargs": "18.0.0" }, "devDependencies": { "@babel/cli": "^7.6.4",