From 675aa57ddbcde02a168f140055acbff5f97d4aea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 19:22:43 +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 bcf8633..0eddc3d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "npmlog": "^1.2.0", "object-assign": "^2.0.0", "onetime": "^1.0.0", - "yargs": "^3.5.4" + "yargs": "^18.0.0" }, "devDependencies": { "coveralls": "^2.11.2",