Skip to content

Commit

Permalink
Update dependency node-telegram-bot-api to v0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent 87cc2b7 commit 769396f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/platform-express": "^7.0.0",
"axios": "^0.19.2",
"nestjs-telegraf": "^1.2.1",
"node-telegram-bot-api": "^0.50.0",
"node-telegram-bot-api": "0.57.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rivescript": "^2.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1552,10 +1552,10 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"

bl@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==
bl@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7"
integrity sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==
dependencies:
readable-stream "^2.3.5"
safe-buffer "^5.1.1"
Expand Down Expand Up @@ -5300,13 +5300,13 @@ node-notifier@^7.0.0:
uuid "^7.0.3"
which "^2.0.2"

node-telegram-bot-api@^0.50.0:
version "0.50.0"
resolved "https://registry.yarnpkg.com/node-telegram-bot-api/-/node-telegram-bot-api-0.50.0.tgz#c8cf99bc379c824b38bff803722e5cf58cb9fd84"
integrity sha512-wPGJYb8RDsy2jOaWk51NWjJq+kcFLjJ3xMTYcfjkdK4b81i7d/ptjzsnmVsA31XeO1ZDDm8TwtqSr7CQkVfDVw==
node-telegram-bot-api@0.57.0:
version "0.57.0"
resolved "https://registry.yarnpkg.com/node-telegram-bot-api/-/node-telegram-bot-api-0.57.0.tgz#eedd1958c629eab2bdf4c823de3205f1c3bf57ba"
integrity sha512-joLDEfPBB9BYi9ClB7X1+YGhlu5m/wB4YtM80jzHsFVtmfJn93bwpJsdh7DcA4lEVaxw7TsnIT0tux3ZLmk3vw==
dependencies:
array.prototype.findindex "^2.0.2"
bl "^1.2.1"
bl "^1.2.3"
bluebird "^3.5.1"
debug "^3.1.0"
depd "^1.1.1"
Expand Down

0 comments on commit 769396f

Please sign in to comment.