frappe_docker/images/socketio/package.json
dependabot[bot] 2da78e3382
chore(deps): bump socket.io from 2.5.0 to 4.5.3 in /images/socketio
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.5.0 to 4.5.3.
- [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/2.5.0...4.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 08:29:22 +00:00

13 lines
279 B
JSON

{
"name": "frappe-socketio",
"version": "1.0.1",
"description": "Frappe SocketIO Server",
"author": "Revant Nandgaonkar",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"redis": "^3.1.1",
"socket.io": "^4.5.3",
"superagent": "^5.1.0"
}
}