From 73bced7605d8c3a9c45ecd034409e84f61cfad2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 08:31:24 +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 834aa6e..becfb36 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "cli-table": "^0.3.1", "clui": "^0.3.6", "inquirer": "^6.3.1", - "yargs": "^13.2.4" + "yargs": "^18.0.0" } }