Skip to content

Commit 844006b

Browse files
authored
Update ws to version 8.20.1 (#318)
1 parent ac18c95 commit 844006b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prettier": "^2.8.8",
4040
"tsx": "^4.7.3",
4141
"typescript": "^5.4.5",
42-
"ws": "^8.17.1",
42+
"ws": "^8.20.1",
4343
"nx": "^19.3.2"
4444
},
4545
"eslintConfig": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"debug": "^4.3.4",
3535
"fast-equals": "^5.0.1",
3636
"mocha-remote-common": "1.13.2",
37-
"ws": "^8.17.1"
37+
"ws": "^8.20.1"
3838
},
3939
"devDependencies": {
4040
"@rollup/plugin-alias": "^5.1.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
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.13.2",
38-
"ws": "^8.17.1"
38+
"ws": "^8.20.1"
3939
},
4040
"mocha": {
4141
"import": "tsx",

0 commit comments

Comments
 (0)