Skip to content

Commit

Permalink
fix(deps): update dependency jsonwebtoken to v9 [security] (#5354)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] committed Jan 9, 2023
1 parent 9023210 commit 2b7045e
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 54 deletions.
146 changes: 94 additions & 52 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -133,7 +133,7 @@
"is-plain-obj": "^3.0.0",
"is-wsl": "^2.2.0",
"isexe": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.0.0",
"lambda-local": "^2.0.1",
"listr": "^0.14.3",
Expand Down
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-jwt": "^4.0.0",
Expand Down

1 comment on commit 2b7045e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Package size: 259 MB

Please sign in to comment.