Skip to content

Commit

Permalink
fix(deps): update dependency ws to v8.11.0 (#2637)
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 Jan 5, 2023
1 parent 2f924e2 commit 2fb7403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"kafkajs": "2.2.3",
"socket.io": "4.5.4",
"socket.io-client": "4.5.4",
"ws": "8.10.0"
"ws": "8.11.0"
},
"dependencies": {
"@midwayjs/async-hooks-context-manager": "^3.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"license": "MIT",
"devDependencies": {
"@midwayjs/mock": "^3.9.0",
"@types/ws": "8.5.3",
"@types/ws": "8.5.4",
"fs-extra": "10.1.0"
},
"dependencies": {
"@midwayjs/core": "^3.9.0",
"@midwayjs/logger": "^2.15.0",
"ws": "8.10.0"
"ws": "8.11.0"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down

0 comments on commit 2fb7403

Please sign in to comment.