Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilarin committed Mar 12, 2024
1 parent bbf3f34 commit a16ff8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions consumer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"author": "Felipe Vilarinho <me@vila.net.br>",
"license": "Apache-2.0",
"dependencies": {
"fs": "^0.0.2",
"mqtt": "^5.3.5",
"os": "^0.1.2",
"akamai-edgegrid": "^3.4.4",
"axios": "^1.6.7"
}
Expand Down
4 changes: 2 additions & 2 deletions processor-kafka/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"fs": "^0.0.2",
"kafkajs": "^2.2.4",
"mqtt": "^5.3.5",
"os": "^0.1.2"
"os": "^0.1.2",
"kafkajs": "^2.2.4"
}
}

0 comments on commit a16ff8e

Please sign in to comment.