Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent b9a9da3 commit d5c6234
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 d5c6234

Please sign in to comment.