File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
22.DS_Store
33.nyc_output
44coverage
5+ package-lock.json
Original file line number Diff line number Diff line change 1+ opslevel.yml
Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file starting from version ** v4.0.0** .
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 9.0.3 - 2025-12-04
8+
9+ - updates jws version to 4.0.1.
10+
711## 9.0.2 - 2023-08-30
812
913- security: updating semver to 7.5.4 to resolve CVE-2022 -25883, closes [ #921 ] ( https://github.com/auth0/node-jsonwebtoken/issues/921 ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " jsonwebtoken" ,
3- "version" : " 9.0.2 " ,
3+ "version" : " 9.0.3 " ,
44 "description" : " JSON Web Token implementation (symmetric and asymmetric)" ,
55 "main" : " index.js" ,
66 "nyc" : {
3636 "url" : " https://github.com/auth0/node-jsonwebtoken/issues"
3737 },
3838 "dependencies" : {
39- "jws" : " ^3.2.2 " ,
39+ "jws" : " ^4.0.1 " ,
4040 "lodash.includes" : " ^4.3.0" ,
4141 "lodash.isboolean" : " ^3.0.3" ,
4242 "lodash.isinteger" : " ^4.0.4" ,
You can’t perform that action at this time.
0 commit comments