mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-09 18:36:46 +00:00
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 6.2.1 to 6.4.2 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/6.2.1...6.4.2) Updates `socket.io` from 4.5.1 to 4.6.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/4.5.1...4.6.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"name": "container-training-pub-sub-server",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"socket.io": "^4.6.1",
|
|
"socket.io-client": "^4.5.1"
|
|
}
|
|
}
|