mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
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:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "2.8.1",
|
||||
"ws": "8.18.2"
|
||||
"ws": "8.18.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^11.0.0",
|
||||
|
||||
Reference in New Issue
Block a user