Skip to content

Commit 969d25e

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"body-parser": "~1.20.2",
6060
"@types/body-parser": "~1.19.5",
6161
"@nestjs/websockets": "~10.3.1",
62-
"ws": "~8.16.0",
62+
"ws": "~8.18.0",
6363
"@types/ws": "~8.5.10",
6464
"@types/cors": "~2.8.17"
6565
},

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)