Bump jsonwebtoken, @nestjs/jwt and passport-jwt
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [@nestjs/jwt](https://github.com/nestjs/jwt) and [passport-jwt](https://github.com/mikenicholson/passport-jwt). These dependencies need to be updated together. Updates `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) Updates `@nestjs/jwt` from 8.0.0 to 10.0.1 - [Release notes](https://github.com/nestjs/jwt/releases) - [Changelog](https://github.com/nestjs/jwt/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/jwt/compare/8.0.0...10.0.1) Updates `passport-jwt` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/mikenicholson/passport-jwt/releases) - [Commits](https://github.com/mikenicholson/passport-jwt/compare/v4.0.0...v4.0.1 ) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: "@nestjs/jwt" dependency-type: direct:production - dependency-name: passport-jwt dependency-type: direct:production ... Signed-off-by:dependabot[bot] <support@github.com>
Showing
+260 -223
This diff is collapsed.
... | ... | @@ -31,7 +31,7 @@ |
"@nestjs/common": "^8.0.0", | ||
"@nestjs/config": "^1.0.1", | ||
"@nestjs/core": "^8.0.0", | ||
"@nestjs/jwt": "^8.0.0", | ||
"@nestjs/jwt": "^10.0.1", | ||
"@nestjs/passport": "^8.2.1", | ||
"@nestjs/platform-express": "^8.0.0", | ||
"@nestjs/swagger": "^5.0.9", | ||
... | ... | @@ -43,7 +43,7 @@ |
"got": "^11.8.2", | ||
"passport": "^0.5.2", | ||
"passport-http": "^0.3.0", | ||
"passport-jwt": "^4.0.0", | ||
"passport-jwt": "^4.0.1", | ||
"reflect-metadata": "^0.1.13", | ||
"rimraf": "^3.0.2", | ||
"rxjs": "^7.2.0", | ||
... | ... |
Please register or sign in to comment