Skip to content

Commit

Permalink
Merge pull request #11107 from nestjs/dependabot/npm_and_yarn/ws-8.12.1
Browse files Browse the repository at this point in the history
chore(deps): bump ws from 8.12.0 to 8.12.1
  • Loading branch information
kamilmysliwiec committed Feb 14, 2023
2 parents 1689ae2 + d5c6234 commit fe171fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"typeorm": "0.3.12",
"typescript": "4.9.5",
"wrk": "1.2.1",
"ws": "8.12.0"
"ws": "8.12.1"
},
"engines": {
"node": ">= 12.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"tslib": "2.5.0",
"ws": "8.12.0"
"ws": "8.12.1"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0",
Expand Down

0 comments on commit fe171fd

Please sign in to comment.