Skip to content

Commit

Permalink
chore(deps): bump ws from 8.16.0 to 8.17.0
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent eb892ca commit dedba69
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
28 changes: 25 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 @@ -171,7 +171,7 @@
"typeorm": "0.3.20",
"typescript": "5.4.5",
"wrk": "1.2.1",
"ws": "8.16.0"
"ws": "8.17.0"
},
"engines": {
"node": ">= 16"
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 @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.6.2",
"ws": "8.16.0"
"ws": "8.17.0"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
Expand Down

0 comments on commit dedba69

Please sign in to comment.