Skip to content

Commit

Permalink
chore(deps): update jsonwebtoken requirement from ^9.0.0 to ^9.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to permit the latest version.
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nicokaiser committed Jul 20, 2023
1 parent 68fe286 commit 4e83728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/nicokaiser/passport-apple.git"
},
"dependencies": {
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"oauth": "^0.10.0",
"passport-strategy": "^1.0.0",
Expand Down

0 comments on commit 4e83728

Please sign in to comment.