Skip to content

Commit

Permalink
fix(deps): update dependency amqplib to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 15, 2020
1 parent 33baed6 commit e8a5896
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.6",
"amqplib": "0.6.0",
"args": "5.0.1",
"boxen": "4.2.0",
"chalk": "4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,10 +1042,10 @@ ajv@^6.5.5, ajv@^6.9.1:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

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==
amqplib@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.6.0.tgz#87857c7c95d56d22438ced4cf1f7e5f0dc43b309"
integrity sha512-zXCh4jQ77TBZe1YtvZ1n7sUxnTjnNagpy8MVi2yc1ive239pS3iLwm4e4d5o4XZGx1BdTKQ/U0ZmaDU3c8MxYQ==
dependencies:
bitsyntax "~0.1.0"
bluebird "^3.5.2"
Expand Down

0 comments on commit e8a5896

Please sign in to comment.