From 37c874bc27b700f4245d0548e00913f65d4e5c64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 06:20:55 +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 8b7eb620a3ab..109250fcd0c9 100644 --- a/package.json +++ b/package.json @@ -207,7 +207,7 @@ "ws": "^1.1.0", "xcode": "^0.8.9", "xmldoc": "^0.4.0", - "yargs": "^6.4.0" + "yargs": "^18.0.0" }, "devDependencies": { "babel-eslint": "^7.1.1",