Skip to content

Commit

Permalink
4.0.1 release
Browse files Browse the repository at this point in the history
* Updates jsonwebtoken dependency to ^9.0.0 to address high severity
  vulnerability CVE-2022-3517
* Updates a number of other dependencies
* Fixes a number of typos

[Developer facing]
* Updates CI to use github actions
  • Loading branch information
mikenicholson committed Dec 24, 2022
1 parent cfb5566 commit fed94fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-jwt",
"version": "4.0.0",
"version": "4.0.1",
"description": "Passport authentication strategy using JSON Web Tokens",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit fed94fa

Please sign in to comment.