Skip to content

Commit 85e0e06

Browse files
fix(deps): update dependency ws to v8.18.1
1 parent 705e3be commit 85e0e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/hyper-express-test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"body-parser": "~1.20.2",
6060
"@types/body-parser": "~1.19.5",
6161
"@nestjs/websockets": "~10.3.1",
62-
"ws": "~8.16.0",
63-
"@types/ws": "~8.5.10",
62+
"ws": "~8.18.0",
63+
"@types/ws": "~8.18.0",
6464
"@types/cors": "~2.8.17"
6565
},
6666
"jest": {

libs/platform-hyper-express-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"tslib": "2.6.2",
23-
"ws": "8.16.0"
23+
"ws": "8.18.1"
2424
},
2525
"devDependencies": {
2626
"@nestjs/common": "10.3.1",

0 commit comments

Comments
 (0)