From 9e5339a3944c0e6afbcfcd60841e96a28fa91f27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 May 2025 02:55:26 +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"