File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed 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.2 - 2023-08-30
8+
9+ - security: updating semver to 7.5.4 to resolve CVE-2022 -25883, closes [ #921 ] ( https://github.com/auth0/node-jsonwebtoken/issues/921 ) .
10+ - refactor: reduce library size by using lodash specific dependencies, closes [ #878 ] ( https://github.com/auth0/node-jsonwebtoken/issues/878 ) .
11+
712## 9.0.1 - 2023-07-05
813
914- fix(stubs): allow decode method to be stubbed
Original file line number Diff line number Diff line change 11{
22 "name" : " jsonwebtoken" ,
3- "version" : " 9.0.1 " ,
3+ "version" : " 9.0.2 " ,
44 "description" : " JSON Web Token implementation (symmetric and asymmetric)" ,
55 "main" : " index.js" ,
66 "nyc" : {
You can’t perform that action at this time.
0 commit comments