Skip to content

Commit

Permalink
Update jsonwebtoken to 9.0.0
Browse files Browse the repository at this point in the history
Previous version was affected by high severity vulnerability CVE-2022-23529.

Resolves #244
  • Loading branch information
mikenicholson committed Dec 24, 2022
1 parent a49b43e commit bfbc6cc
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 101 deletions.
171 changes: 71 additions & 100 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sinon": "^1.0.0"
},
"dependencies": {
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"passport-strategy": "^1.0.0"
}
}

0 comments on commit bfbc6cc

Please sign in to comment.