Skip to content

Commit

Permalink
fix(deps): update dependency ws to v8.9.0 (#2333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 2a5c6eb commit 8a84a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mock/package.json
Expand Up @@ -35,7 +35,7 @@
"kafkajs": "2.2.0",
"socket.io": "4.5.2",
"socket.io-client": "4.5.2",
"ws": "8.8.1"
"ws": "8.9.0"
},
"dependencies": {
"@midwayjs/async-hooks-context-manager": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@midwayjs/core": "^3.5.1",
"@midwayjs/logger": "^2.15.0",
"ws": "8.8.1"
"ws": "8.9.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down

0 comments on commit 8a84a10

Please sign in to comment.