Skip to content

Commit

Permalink
fix(deps): update dependency node-telegram-bot-api to ^0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent 8f48018 commit e45549f
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
@@ -1,7 +1,7 @@
{
"dependencies": {
"chemicaltools-bot": "^1.0.5",
"node-telegram-bot-api": "^0.64.0"
"node-telegram-bot-api": "^0.65.0"
},
"name": "chemicaltoolstelegram",
"version": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,10 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

node-telegram-bot-api@^0.64.0:
version "0.64.0"
resolved "https://registry.yarnpkg.com/node-telegram-bot-api/-/node-telegram-bot-api-0.64.0.tgz#2f21f4095aaa1bb61705af8e1206008c19a045fe"
integrity sha512-/gxCuaEDUyWMBiHInP0ufopUkaaKprXiv3lyP9MMZdPy2KPfYKNYNKfd1Ph7o9KhfURDtOYowPZCi4UCr+2caw==
node-telegram-bot-api@^0.65.0:
version "0.65.0"
resolved "https://registry.yarnpkg.com/node-telegram-bot-api/-/node-telegram-bot-api-0.65.0.tgz#b726335dbe875caf35ead3ba3652e74bdecd6eee"
integrity sha512-w1S53Q04FNEzgRjTMaR5XaCWeunh5HTYaGivYDlC8Zq5o4Zkfk4yfwWfP/vE5vSTfktKJU05QVn3kV5QKKis6g==
dependencies:
"@cypress/request" "^3.0.1"
"@cypress/request-promise" "^5.0.0"
Expand Down

0 comments on commit e45549f

Please sign in to comment.