File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file starting from version ** v4.0.0** .
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
12
## 9.0.1 - 2023-07-05
8
13
9
14
- fix(stubs): allow decode method to be stubbed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonwebtoken" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
4
4
"description" : " JSON Web Token implementation (symmetric and asymmetric)" ,
5
5
"main" : " index.js" ,
6
6
"nyc" : {
You can’t perform that action at this time.
0 commit comments