mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.4.1 to 4.4.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.4.1...4.4.1) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"name": "frappe-socketio",
|
|
"version": "1.0.1",
|
|
"description": "Frappe SocketIO Server",
|
|
"main": "socketio.js",
|
|
"scripts": {
|
|
"start": "node socketio.js"
|
|
},
|
|
"author": "Revant Nandgaonkar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"redis": "^3.1.1",
|
|
"socket.io": "^4.4.1",
|
|
"superagent": "^5.1.0"
|
|
}
|
|
}
|