Skip to content

Commit

Permalink
fix(deps): update socket.io packages to v4.7.1 (#3053)
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 Jul 6, 2023
1 parent efbd157 commit a3875b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@midwayjs/core": "^3.11.11",
"@midwayjs/logger": "^2.15.0",
"request": "2.88.2",
"socket.io-client": "4.6.2"
"socket.io-client": "4.7.1"
},
"author": "Harry Chen <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/amqplib": "0.10.1",
"amqplib": "0.10.3",
"kafkajs": "2.2.4",
"socket.io": "4.6.2",
"socket.io-client": "4.6.2",
"socket.io": "4.7.1",
"socket.io-client": "4.7.1",
"ws": "8.13.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"devDependencies": {
"@midwayjs/mock": "^3.11.11",
"fs-extra": "11.1.1",
"socket.io-client": "4.6.2"
"socket.io-client": "4.7.1"
},
"dependencies": {
"@midwayjs/core": "^3.11.11",
"@midwayjs/logger": "^2.15.0",
"socket.io": "4.6.2",
"socket.io": "4.7.1",
"socket.io-redis": "^6.1.0"
},
"author": "Harry Chen <[email protected]>",
Expand Down

0 comments on commit a3875b2

Please sign in to comment.