pdfdraw/server/package.json
dependabot[bot] 8b3add2dff
Bump jsonwebtoken from 8.5.1 to 9.0.0 in /server
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-22 10:08:17 +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.0",
"socket.io": "^4.5.4"
}
}