chore(deps): bump jsonwebtoken from 9.3.1 to 10.1.0

Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.1.0.
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-28 02:56:56 +00:00
committed by GitHub
parent d1ef5c032e
commit e02cc4bca7
2 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ futures-util = "0"
# authorization
bcrypt = "0"
jsonwebtoken = { version = "9", features = ["use_pem"] }
jsonwebtoken = { version = "10", features = ["use_pem"] }
# creating users
objectid = "0"