Skip to content

Commit

Permalink
fix(deps): update dependency amqplib to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 19, 2021
1 parent 0fe3ca9 commit cced806
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.7.1",
"amqplib": "0.8.0",
"args": "5.0.1",
"boxen": "5.0.1",
"chalk": "4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1325,10 +1325,10 @@ ajv@^7.0.2:
require-from-string "^2.0.2"
uri-js "^4.2.2"

amqplib@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.7.1.tgz#1ac60934cbddb445bdc9c648310a0d232a53b3af"
integrity sha512-KePK3tTOLGU4emTo+PwSDMbc123jrxo13FpRpim1LzJoSlQrIBB2/kMeCC40jK/Zb0olHGaABjLqXDsdK46iLA==
amqplib@0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.8.0.tgz#088d10bc61cc5ac5a49ac72033c7ac66c23aeb61"
integrity sha512-icU+a4kkq4Y1PS4NNi+YPDMwdlbFcZ1EZTQT2nigW3fvOb6AOgUQ9+Mk4ue0Zu5cBg/XpDzB40oH10ysrk2dmA==
dependencies:
bitsyntax "~0.1.0"
bluebird "^3.7.2"
Expand Down

0 comments on commit cced806

Please sign in to comment.