Skip to content

Commit

Permalink
fix(deps): update dependency jsonwebtoken to v9.0.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 6cbb599 commit 89eb938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"celebrate": "15.0.1",
"connect-redis": "6.1.3",
"express-session": "1.17.3",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.1",
"minimatch": "3.0.5",
"normalize-url": "6.1.0",
"passport": "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"http-errors": "2.0.0",
"ioredis": "4.28.5",
"ioredis-mock": "7.1.0",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.1",
"node-fetch": "2.6.7",
"pino": "8.7.0",
"pino-http": "8.2.1",
Expand Down

0 comments on commit 89eb938

Please sign in to comment.