Skip to content

Commit 4467486

Browse files
acooper4960root
andauthored
Version 6.0.0-v2.1-22.3.01.00 release (#321)
Co-authored-by: root <[email protected]>
1 parent 54bacec commit 4467486

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ notifications:
1515
on_failure: change
1616

1717
node_js:
18-
- "6"
19-
- "7"
20-
- "8"
21-
- "9"
22-
- "10"
23-
- "11"
2418
- "12"
2519
- "13"
20+
- "14"
21+
- "16"
2622

2723
cache:
2824
directories:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
See [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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -52,7 +52,7 @@
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"

0 commit comments

Comments
 (0)