Skip to content

Commit 1d3d9ae

Browse files
committed
Update dependency jsonwebtoken to v8.4.0
1 parent 04683b0 commit 1d3d9ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iot/http_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
1010
},
1111
"dependencies": {
12-
"jsonwebtoken": "7.4.1",
12+
"jsonwebtoken": "8.4.0",
1313
"retry-request": "3.3.1",
1414
"yargs": "8.0.2"
1515
},

iot/mqtt_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
1010
},
1111
"dependencies": {
12-
"jsonwebtoken": "8.2.0",
12+
"jsonwebtoken": "8.4.0",
1313
"mqtt": "2.16.0",
1414
"yargs": "11.0.0"
1515
},

0 commit comments

Comments
 (0)