Skip to content

Commit

Permalink
pin kafka to 2.14.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored May 14, 2023
1 parent 66f0855 commit b2c4abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/fastify/fastify-kafka#readme",
"dependencies": {
"fastify-plugin": "^4.1.0",
"node-rdkafka": "^2.8.1"
"node-rdkafka": "2.14.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down

0 comments on commit b2c4abb

Please sign in to comment.