mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-06 05:34:01 +03:00
build(deps): update jsonwebtoken requirement from 8 to 9
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v8.0.0...v9.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a027ca1d70
commit
eefcadd5af
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ mongodb = { version = "2.1.0"}
|
||||||
bson = "2.1.0"
|
bson = "2.1.0"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
|
|
||||||
jsonwebtoken = "8"
|
jsonwebtoken = "9"
|
||||||
serde = {version = "1.0", features = ["derive"] }
|
serde = {version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue