Skip to content

Commit

Permalink
Update dependency mqtt to v2.18.8 (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed Nov 27, 2018
1 parent cf57587 commit b6c09c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot/beta-features/commands/receive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@google-cloud/pubsub": "0.13.2",
"jsonwebtoken": "^8.3.0",
"mqtt": "2.15.0",
"mqtt": "2.18.8",
"yargs": "8.0.2"
},
"devDependencies": {
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"jsonwebtoken": "8.4.0",
"mqtt": "2.16.0",
"mqtt": "2.18.8",
"yargs": "11.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b6c09c3

Please sign in to comment.