Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.3 to 4.5.4. - [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.3...4.5.4) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
318 B
JSON
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.4"
|
|
}
|
|
}
|