Skip to content

Commit

Permalink
fix(deps): update dependency amqplib to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 22, 2021
1 parent 114b0f4 commit 1cf3053
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.6.0",
"amqplib": "0.7.0",
"args": "5.0.1",
"boxen": "5.0.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 @@ -1322,10 +1322,10 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"

amqplib@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.6.0.tgz#87857c7c95d56d22438ced4cf1f7e5f0dc43b309"
integrity sha512-zXCh4jQ77TBZe1YtvZ1n7sUxnTjnNagpy8MVi2yc1ive239pS3iLwm4e4d5o4XZGx1BdTKQ/U0ZmaDU3c8MxYQ==
amqplib@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.7.0.tgz#83ae81d5bce3406bc8c75a90b9c4789cbbd1e6c4"
integrity sha512-WIH+AV/p2UU7YUaP35m0uDlG871YFLm4pz5MKVVNz11OSWUYfWvbsPMklbSDTAbXscvbUB+QO4Z8HsgkfaqNeQ==
dependencies:
bitsyntax "~0.1.0"
bluebird "^3.5.2"
Expand Down

0 comments on commit 1cf3053

Please sign in to comment.