Skip to content

Commit 96c33a8

Browse files
javachefacebook-github-bot
authored andcommitted
Update ws to 7.5.10 (#53781)
Summary: Pull Request resolved: #53781 Fixes deprecation warning printed when starting various `js1` tools Changelog: [Internal] Reviewed By: robhogan Differential Revision: D82449982 fbshipit-source-id: 852b5a6980badef146b4e194434f2f9c6dd9a1d5
1 parent c9dcd64 commit 96c33a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"temp-dir": "^2.0.0",
118118
"tinybench": "^4.1.0",
119119
"typescript": "5.8.3",
120-
"ws": "^6.2.3"
120+
"ws": "^7.5.10"
121121
},
122122
"resolutions": {
123123
"eslint-plugin-react-hooks": "6.1.0-canary-12bc60f5-20250613",

packages/dev-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"nullthrows": "^1.1.1",
3434
"open": "^7.0.3",
3535
"serve-static": "^1.16.2",
36-
"ws": "^6.2.3"
36+
"ws": "^7.5.10"
3737
},
3838
"engines": {
3939
"node": ">= 20.19.4"

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"semver": "^7.1.3",
192192
"stacktrace-parser": "^0.1.10",
193193
"whatwg-fetch": "^3.0.0",
194-
"ws": "^6.2.3",
194+
"ws": "^7.5.10",
195195
"yargs": "^17.6.2"
196196
},
197197
"codegenConfig": {

0 commit comments

Comments
 (0)