Skip to content

Commit

Permalink
fix(deps): update dependency jsonwebtoken to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 2eb2901 commit 1b360b7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
36 changes: 21 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bcrypt": "^5.0.1",
"geolite2-redist": "^3.0.4",
"human-id": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"maxmind": "^4.3.18",
"passport": "^0.7.0",
"passport-oauth2": "^1.7.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@types/basic-auth": "^1.1.3",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/jsonwebtoken": "^9.0.0",
"@types/passport": "^1.0.12",
"@types/passport-oauth2": "^1.4.12"
},
Expand Down

0 comments on commit 1b360b7

Please sign in to comment.