Skip to content

Commit 82e30ed

Browse files
authored
Merge pull request #290 from ibm-cloud-security/development
fix(package.json): updating json webtoken to v9
2 parents e634a54 + d39ef7d commit 82e30ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibmcloud-appid",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "Node.js SDK for the IBM Cloud App ID service",
55
"main": "lib/appid-sdk.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"form-data": "^2.3.3",
5050
"got": "^11.8.5",
5151
"helmet": "^3.23.3",
52-
"jsonwebtoken": "^8.5.1",
52+
"jsonwebtoken": "^9.0.0",
5353
"log4js": "^6.4.1",
5454
"tsd": "^0.20.0",
5555
"q": "^1.5.1",
@@ -60,5 +60,8 @@
6060
"commitizen": {
6161
"path": "./node_modules/cz-conventional-changelog"
6262
}
63+
},
64+
"engines" : {
65+
"node" : ">=12.0.0"
6366
}
6467
}

0 commit comments

Comments
 (0)