From 0941c240047ac6268b5f0d09716e5e1d62852eac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 03:57:01 +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 a1d6735be..58fdb9d88 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "server-destroy": "1.0.1", "socket.io": "1.4.8", "ua-parser-js": "0.7.10", - "yargs": "4.8.1" + "yargs": "18.0.0" }, "devDependencies": { "browser-sync-spa": "1.0.2",