From a5c4002ac540176734ee2e20d0a34ad3c37e7e86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 10:20:27 +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 9f7e0312981..ed7071d37b1 100644 --- a/script/package.json +++ b/script/package.json @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.1", "normalize-package-data": "2.3.5", - "npm": "6.14.8", + "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": {