mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.6.2. - [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.6.1...4.6.2) --- updated-dependencies: - 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.2",
|
|
"socket.io-client": "^4.5.1"
|
|
}
|
|
}
|