From 2c337e6419cdd79a53c2be39af43f3618c0e0043 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 22:30:00 +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 a56e722..a9c7c99 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "strip-ansi": "^3.0.0", "through2-map": "^2.0.0", "update-notifier": "^0.5.0", - "yargs": "^3.14.0" + "yargs": "^18.0.0" }, "devDependencies": { "angular": "^1.3.15",