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

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 10:57:09 +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.5.3"
}
}