From 666c75e4601d6c72b433c8796b4b68cb99dad6f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 07:25:22 +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 eb93c30..760f3bb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "is-plain-object": "^2.0.4", "lodash": "^4.17.5", "progress": "^2.0.0", - "yargs": "^8.0.2" + "yargs": "^18.0.0" }, "devDependencies": { "chai": "^4.1.0",