Skip to content

Commit

Permalink
Merge pull request #3 from KevinBierende/patch-1
Browse files Browse the repository at this point in the history
Update amqplib dependency from 0.5 to 0.8
  • Loading branch information
patrickd- authored Jun 8, 2021
2 parents 07818db + e833c2a commit 88ff5a2
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 @@ -32,7 +32,7 @@
"travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"amqplib": "^0.5.1"
"amqplib": "^0.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 88ff5a2

Please sign in to comment.