From 5556a0942390ddcd487730ccc7a82b471817a386 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Mon, 15 Sep 2025 09:44:34 -0700 Subject: [PATCH] Update ws to 7.5.10 (#53781) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53781 Fixes deprecation warning printed when starting various `js1` tools Changelog: [Internal] Differential Revision: D82449982 --- package.json | 2 +- packages/dev-middleware/package.json | 2 +- packages/react-native/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a195a57d6bdc..396e28c7de1b 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "temp-dir": "^2.0.0", "tinybench": "^4.1.0", "typescript": "5.8.3", - "ws": "^6.2.3" + "ws": "^7.5.10" }, "resolutions": { "eslint-plugin-react-hooks": "6.1.0-canary-12bc60f5-20250613", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index ce6912ae8262..1a0e8128a56e 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -33,7 +33,7 @@ "nullthrows": "^1.1.1", "open": "^7.0.3", "serve-static": "^1.16.2", - "ws": "^6.2.3" + "ws": "^7.5.10" }, "engines": { "node": ">= 20.19.4" diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9964111b7e00..8a150e4a2b7e 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -191,7 +191,7 @@ "semver": "^7.1.3", "stacktrace-parser": "^0.1.10", "whatwg-fetch": "^3.0.0", - "ws": "^6.2.3", + "ws": "^7.5.10", "yargs": "^17.6.2" }, "codegenConfig": {