From 177e43cd0bfc4dadac00c8295204d9a4e0c6a45e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 01:39:59 +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 7b3aa922..fd55f42d 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "temp": "~0.8.3", "through2": "^2.0.3", "update-notifier": "^2.5.0", - "yargs": "^12.0.1", + "yargs": "^18.0.0", "yargs-parser": "^10.1.0", "yargs-promise": "^1.1.0" },