diff --git a/package.json b/package.json index abea494..5389064 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 15dac1a..8519ffc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"