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

---
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-01-10 08:52:02 +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.4.1"
}
}