Skip to content

Commit

Permalink
fix(deps): update dependency aws-jwt-verify to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent a61cd1c commit 7542728
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions 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 packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@nestjs-cognito/core": "^1.3.2",
"aws-jwt-verify": "^4.0.0"
"aws-jwt-verify": "^5.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@nestjs/common": "10.4.7",
"@nestjs/testing": "10.4.7",
"@types/jest": "29.5.14",
"aws-jwt-verify": "^4.0.0"
"aws-jwt-verify": "^5.0.0"
},
"peerDependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.699.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"aws-jwt-verify": "^3.4.0 || ^4.0.0"
"aws-jwt-verify": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit 7542728

Please sign in to comment.