From 787ebb54676cdab1d34fed4cc68e82e8d41fff7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 10:23:01 +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-14724253 --- script/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/package.json b/script/package.json index 50762104a97..0257d32cb7d 100644 --- a/script/package.json +++ b/script/package.json @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.0", "normalize-package-data": "2.3.5", - "npm": "6.14.4", + "npm": "7.0.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0", @@ -51,7 +51,7 @@ "sync-request": "3.0.1", "tello": "1.2.0", "terser": "^3.8.1", - "webdriverio": "^5.9.2", + "webdriverio": "^6.0.0", "yargs": "4.8.1" }, "scripts": {