From dc6ce4b446ef4d0be1dfe878e33c375c16eadb9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jun 2025 07:51:08 +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 c8506f8..cb4af68 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "fs-extra": "9.1.x", "json5": "2.2.x", "log-update": "4.0.x", - "yargs": "16.2.x" + "yargs": "18.0.0" }, "devDependencies": { "@types/jest": "26.0.x",