Skip to content

Commit

Permalink
Build(deps): bump jsonwebtoken and passport-jwt in /service
Browse files Browse the repository at this point in the history
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [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](auth0/node-jsonwebtoken@v8.5.1...v9.0.0)

Updates `passport-jwt` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/mikenicholson/passport-jwt/releases)
- [Commits](mikenicholson/passport-jwt@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: indirect
- dependency-name: passport-jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2023
1 parent 33ea125 commit db70ac1
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 103 deletions.
167 changes: 65 additions & 102 deletions service/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 service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"helmet": "^6.0.0",
"node-fetch": "^3.2.10",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-jwt": "^4.0.1",
"pg": "^8.8.0",
"redis": "^4.5.1",
"yup": "^0.32.11"
Expand Down

0 comments on commit db70ac1

Please sign in to comment.