Skip to content

Commit

Permalink
fix(deps): update socket.io packages to v4.8.0 (#4118)
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] authored Oct 11, 2024
1 parent 880bb8c commit b7a81a3
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.18.0",
"@midwayjs/logger": "^3.0.0",
"request": "2.88.2",
"socket.io-client": "4.7.5"
"socket.io-client": "4.8.0"
},
"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 @@ -34,8 +34,8 @@
"@types/amqplib": "0.10.5",
"amqplib": "0.10.4",
"kafkajs": "2.2.4",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"socket.io": "4.8.0",
"socket.io-client": "4.8.0",
"ws": "8.18.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,11 +26,11 @@
"devDependencies": {
"@midwayjs/mock": "^3.18.0",
"fs-extra": "11.2.0",
"socket.io-client": "4.7.5"
"socket.io-client": "4.8.0"
},
"dependencies": {
"@midwayjs/core": "^3.18.0",
"socket.io": "4.7.5",
"socket.io": "4.8.0",
"socket.io-redis": "^6.1.0"
},
"author": "Harry Chen <[email protected]>",
Expand Down

0 comments on commit b7a81a3

Please sign in to comment.