pdfdraw/server/package.json
dependabot[bot] 8e36140a83
Bump socket.io from 2.3.0 to 4.3.2 in /server
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 4.3.2.
- [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.3.0...4.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 10:38:01 +00:00

15 lines
318 B
JSON

{
"name": "pdfdraw",
"version": "0.0.1",
"license": "AGPL-3.0",
"description": "Sample server for pdfdraw",
"repository": {
"type": "git",
"url": "https://gitlab.com/strukturag/pdfdraw.git"
},
"main": "server.js",
"dependencies": {
"jsonwebtoken": "^8.4.0",
"socket.io": "^4.3.2"
}
}