Skip to content

Commit

Permalink
chore(deps): update dependency jsonwebtoken to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] committed Nov 30, 2023
1 parent 712665b commit 3bf11e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/jazz_cognito-admin-authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"request": "^2.75.0",
"jwk-to-pem": "^1.2.5",
"jsonwebtoken": "^7.0.0",
"jsonwebtoken": "^9.0.0",
"lodash": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/jazz_cognito-authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"request": "^2.75.0",
"jwk-to-pem": "^1.2.5",
"jsonwebtoken": "^7.0.0"
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"aws-sdk": "*",
Expand Down
2 changes: 1 addition & 1 deletion core/jazz_token-authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"request": "^2.75.0",
"jwk-to-pem": "^1.2.5",
"jsonwebtoken": "^7.0.0"
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"lambda-local": "^1.4.2"
Expand Down

0 comments on commit 3bf11e9

Please sign in to comment.