Skip to content

Commit

Permalink
fix(deps): bump socket.io from 4.8.0 to 4.8.1 (#846)
Browse files Browse the repository at this point in the history
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/[email protected]@4.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 424b86e commit ede8fb8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 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 packages/server-core-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"hapic": "^2.5.1",
"redis-extension": "^2.0.1",
"routup": "^4.0.1",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"scripts": {
"dev": "ts-node src/server.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-messenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"hapic": "^2.5.1",
"redis-extension": "^2.0.1",
"routup": "^4.0.1",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-realtime-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"devDependencies": {
"redis-extension": "^2.0.1",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"peerDependencies": {
"redis-extension": "^2.0.1",
"socket.io": "^4.8.0"
"socket.io": "^4.8.1"
},
"scripts": {
"dev": "ts-node src/index.ts",
Expand Down

0 comments on commit ede8fb8

Please sign in to comment.