pdfdraw/server/package.json
dependabot[bot] 36c430d7d1
build(deps): bump jsonwebtoken from 9.0.1 to 9.0.2 in /server
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.1 to 9.0.2.
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v9.0.1...v9.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 10:28:22 +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": "^9.0.2",
"socket.io": "^4.6.1"
}
}