Skip to content

Commit 259e45a

Browse files
authored
This PR updates the version of `jsonwebtoken` used in order to resolve `CVE-2022-23541`. See the link below for more details. GHSA-hjrf-2m68-5959
1 parent a191016 commit 259e45a

2 files changed

Lines changed: 18 additions & 123 deletions

File tree

package-lock.json

Lines changed: 17 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"jsonwebtoken": "^8.5.1"
38+
"jsonwebtoken": "^9.0.0"
3939
},
4040
"devDependencies": {
4141
"ava": "^5.1.0",

0 commit comments

Comments
 (0)