Skip to content

Commit

Permalink
fix: upgrade mqtt from 5.3.6 to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilarin committed May 20, 2024
1 parent a533d23 commit a930e3c
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.0",
"mqtt": "^5.5.1",
"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.0",
"mqtt": "^5.5.1",
"os": "^0.1.2",
"akamai-edgegrid": "^3.4.5",
"axios": "^1.6.8"
Expand Down
2 changes: 1 addition & 1 deletion processor-kafka/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.0",
"mqtt": "^5.5.1",
"os": "^0.1.2",
"kafkajs": "^2.2.4"
}
Expand Down

0 comments on commit a930e3c

Please sign in to comment.