From 04ab2fcfaf66fa29c4da2b7aa5c0b1d9687bc7dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 03:39:16 +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 ccd6bc266bf..1ddee8947a3 100644 --- a/script/package.json +++ b/script/package.json @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.7", "normalize-package-data": "2.3.5", - "npm": "^6.14.16", + "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": {