Skip to content

Commit

Permalink
fix(deps): update dependency amqplib to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 14, 2020
1 parent 82a06ac commit 47edc1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Guilherme J. Tramontina <guilherme.tramontina@gmail.com>",
"license": "MIT",
"dependencies": {
"amqplib": "0.5.5",
"amqplib": "0.5.6",
"args": "5.0.1",
"boxen": "4.2.0",
"chalk": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,10 @@ ajv@^6.5.5, ajv@^6.9.1:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

amqplib@0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.5.5.tgz#698f0cb577e0591954a90572fcb3b8998a76fd40"
integrity sha512-sWx1hbfHbyKMw6bXOK2k6+lHL8TESWxjAx5hG8fBtT7wcxoXNIsFxZMnFyBjxt3yL14vn7WqBDe5U6BGOadtLg==
amqplib@0.5.6:
version "0.5.6"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.5.6.tgz#86a7850f4f39c568eaa0dd0300ef374e17941cf4"
integrity sha512-J4TR0WAMPBHN+tgTuhNsSObfM9eTVTZm/FNw0LyaGfbiLsBxqSameDNYpChUFXW4bnTKHDXy0ab+nuLhumnRrQ==
dependencies:
bitsyntax "~0.1.0"
bluebird "^3.5.2"
Expand Down

0 comments on commit 47edc1c

Please sign in to comment.