Skip to content

Commit 4cf24e9

Browse files
authored
Update ws to version 8.17.1 (#156)
1 parent e18566b commit 4cf24e9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "^3.2.5",
3939
"tsx": "^4.7.3",
4040
"typescript": "^5.4.5",
41-
"ws": "^8.16.0",
41+
"ws": "^8.17.1",
4242
"nx": "^19.0.0"
4343
},
4444
"eslintConfig": {

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fast-equals": "^5.0.1",
3636
"mocha-remote-common": "1.12.2",
3737
"mocha": "10.4.0",
38-
"ws": "^8.4.2"
38+
"ws": "^8.17.1"
3939
},
4040
"devDependencies": {
4141
"@rollup/plugin-alias": "^5.1.0",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"debug": "^4.3.4",
3636
"flatted": "^3.3.1",
3737
"mocha-remote-common": "1.12.2",
38-
"ws": "^8.16.0"
38+
"ws": "^8.17.1"
3939
},
4040
"peerDependencies": {
4141
"mocha": "^10.3.0"

0 commit comments

Comments
 (0)