From 1e69cf5ae15e196916834d5d4066887182eff7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:44:48 +0000 Subject: [PATCH] chore(deps): bump ws from 8.20.0 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- packages/driver-mobile-use/package.json | 2 +- packages/driver-mobilecli/package.json | 2 +- packages/mobilewright/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdfa87b..afca26b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1295,9 +1295,9 @@ "license": "MIT" }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -1322,7 +1322,7 @@ "dependencies": { "@mobilewright/protocol": "^0.0.1", "debug": "^4.4.3", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "devDependencies": { "@types/debug": "^4.1.13", @@ -1340,7 +1340,7 @@ "@mobilewright/protocol": "^0.0.1", "debug": "^4.4.3", "mobilecli": "0.3.67", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "devDependencies": { "@types/debug": "^4.1.13", @@ -1358,11 +1358,10 @@ "@mobilewright/driver-mobile-use": "^0.0.1", "@mobilewright/driver-mobilecli": "^0.0.1", "@mobilewright/protocol": "^0.0.1", - "@mobilewright/test": "^0.0.1", "commander": "^14.0.3", "debug": "^4.4.3", "playwright": "1.58.2", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "bin": { "mobilewright": "dist/cli.js" @@ -1402,6 +1401,7 @@ "@mobilewright/core": "^0.0.1", "@mobilewright/protocol": "^0.0.1", "@playwright/test": "1.58.2", + "debug": "^4.4.3", "mobilewright": "^0.0.1" }, "engines": { diff --git a/packages/driver-mobile-use/package.json b/packages/driver-mobile-use/package.json index c1a24ff..2014923 100644 --- a/packages/driver-mobile-use/package.json +++ b/packages/driver-mobile-use/package.json @@ -31,7 +31,7 @@ "dependencies": { "@mobilewright/protocol": "^0.0.1", "debug": "^4.4.3", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "devDependencies": { "@types/debug": "^4.1.13", diff --git a/packages/driver-mobilecli/package.json b/packages/driver-mobilecli/package.json index f8de9ef..b510ee0 100644 --- a/packages/driver-mobilecli/package.json +++ b/packages/driver-mobilecli/package.json @@ -32,7 +32,7 @@ "@mobilewright/protocol": "^0.0.1", "debug": "^4.4.3", "mobilecli": "0.3.67", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "devDependencies": { "@types/debug": "^4.1.13", diff --git a/packages/mobilewright/package.json b/packages/mobilewright/package.json index cb16004..244c930 100644 --- a/packages/mobilewright/package.json +++ b/packages/mobilewright/package.json @@ -41,7 +41,7 @@ "commander": "^14.0.3", "debug": "^4.4.3", "playwright": "1.58.2", - "ws": "^8.18.0" + "ws": "^8.21.0" }, "devDependencies": { "@types/ws": "^8.5.0"