Skip to content

Commit

Permalink
Update dependency jsonwebtoken to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2018
1 parent 330a4b1 commit be87444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
},
"dependencies": {
"jsonwebtoken": "7.4.1",
"jsonwebtoken": "8.4.0",
"retry-request": "3.3.1",
"yargs": "8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion iot/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
},
"dependencies": {
"jsonwebtoken": "8.2.0",
"jsonwebtoken": "8.4.0",
"mqtt": "2.16.0",
"yargs": "11.0.0"
},
Expand Down

0 comments on commit be87444

Please sign in to comment.