From ca3e13cdef9767688664b6fe03e8224bd7731924 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 11:26:39 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- script/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/package.json b/script/package.json index 1f4cf782f44..89611354147 100644 --- a/script/package.json +++ b/script/package.json @@ -8,8 +8,8 @@ "colors": "1.1.2", "csslint": "1.0.2", "donna": "1.0.13", - "electron-packager": "7.3.0", - "electron-winstaller": "2.3.4", + "electron-packager": "17.1.2", + "electron-winstaller": "5.1.0", "fs-extra": "0.30.0", "glob": "7.0.3", "joanna": "0.0.6", @@ -18,7 +18,7 @@ "minidump": "0.9.0", "mkdirp": "0.5.1", "normalize-package-data": "2.3.5", - "npm": "3.10.5", + "npm": "7.0.0", "pegjs": "0.9.0", "runas": "3.1.1", "season": "5.3.0", @@ -26,7 +26,7 @@ "standard": "8.4.0", "sync-request": "3.0.1", "tello": "1.0.5", - "webdriverio": "2.4.5", + "webdriverio": "5.0.0", "yargs": "4.8.1" } }