Skip to content

Commit

Permalink
fix: upgrade mqtt from 5.5.1 to 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilarin committed Jun 11, 2024
1 parent 487b908 commit ab98610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-consumer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"fs": "^0.0.2",
"mqtt": "^5.5.1",
"mqtt": "^5.5.4",
"os": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion base-processor/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"fs": "^0.0.2",
"mqtt": "^5.5.1",
"mqtt": "^5.5.4",
"os": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion consumer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"fs": "^0.0.2",
"mqtt": "^5.5.1",
"mqtt": "^5.5.4",
"os": "^0.1.2",
"akamai-edgegrid": "^3.4.5",
"axios": "^1.7.1"
Expand Down

0 comments on commit ab98610

Please sign in to comment.