Merge pull request #15350 from nestjs/dependabot/npm_and_yarn/ws-8.18.3

chore(deps): bump ws from 8.18.2 to 8.18.3
This commit is contained in:
Kamil Mysliwiec
2025-07-01 11:58:08 +02:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

9
package-lock.json generated
View File

@@ -129,7 +129,7 @@
"typescript": "5.7.3",
"typescript-eslint": "8.35.1",
"wrk": "1.2.1",
"ws": "8.18.2"
"ws": "8.18.3"
},
"engines": {
"node": ">= 20"
@@ -40179,11 +40179,10 @@
"dev": true
},
"node_modules/ws": {
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},

View File

@@ -178,7 +178,7 @@
"typescript": "5.7.3",
"typescript-eslint": "8.35.1",
"wrk": "1.2.1",
"ws": "8.18.2"
"ws": "8.18.3"
},
"engines": {
"node": ">= 20"

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.8.1",
"ws": "8.18.2"
"ws": "8.18.3"
},
"peerDependencies": {
"@nestjs/common": "^11.0.0",