Skip to content

Commit

Permalink
Merge pull request #12837 from nestjs/renovate/nestjs-jwt-10.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/jwt to v10.2.0
  • Loading branch information
kamilmysliwiec committed Nov 24, 2023
2 parents 881cfe2 + 2771dd9 commit e8995a7
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 30 deletions.
142 changes: 113 additions & 29 deletions sample/19-auth-jwt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/19-auth-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/jwt": "10.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.6",
"reflect-metadata": "0.1.13",
Expand Down

0 comments on commit e8995a7

Please sign in to comment.