From 9447fdb0cb8d77b655a625f5e982475e9a399005 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 08:49:05 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index ccd6bc266bf..270a55a306e 100644 --- a/script/package.json +++ b/script/package.json @@ -52,7 +52,7 @@ "tello": "1.2.0", "terser": "^3.8.1", "webdriverio": "^5.9.2", - "yargs": "4.8.1" + "yargs": "18.0.0" }, "scripts": { "postinstall": "node ./redownload-electron-bins.js"