File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ notifications:
1515 on_failure : change
1616
1717node_js :
18- - " 6"
19- - " 7"
20- - " 8"
21- - " 9"
22- - " 10"
23- - " 11"
2418 - " 12"
2519 - " 13"
20+ - " 14"
21+ - " 16"
2622
2723cache :
2824 directories :
Original file line number Diff line number Diff line change 22See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
33
44
5+ ## [ v6.0.0] - eSignature API v2.1-22.3.01.00 - 2023-01-23
6+ ### Breaking
7+ - Deprecating Node versions <12
8+ ### Security
9+ - Update jsonwebtoken package to 9.0.0 addressing CVE-2022 -23529
510## [ v5.20.0] - eSignature API v2.1-22.3.01.00 - 2022-11-22
611### Changed
712- Added support for version v2.1-22.3.01.00 of the DocuSign ESignature API.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This client has the following external dependencies:
3939
4040** Optional:**
4141* Async v2.6.2
42- * Jsonwebtoken v8.2 .0
42+ * Jsonwebtoken v9.0 .0
4343* Passport-oauth2
4444* Path
4545
Original file line number Diff line number Diff line change 11{
22 "name" : " docusign-esign" ,
3- "version" : " 5.20 .0" ,
3+ "version" : " 6.0 .0" ,
44 "description" : " DocuSign Node.js API client." ,
55 "license" : " MIT" ,
66 "main" : " src/index.js" ,
5252 },
5353 "dependencies" : {
5454 "csv-stringify" : " ^1.0.0" ,
55- "jsonwebtoken" : " 8.2 .0" ,
55+ "jsonwebtoken" : " ^9.0 .0" ,
5656 "passport-oauth2" : " ^1.6.1" ,
5757 "safe-buffer" : " ^5.1.2" ,
5858 "superagent" : " 3.8.2"
You can’t perform that action at this time.
0 commit comments