Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 32635ba

Browse files
fix(deps): update dependency telegraf to ^3.40.0
1 parent ef4db3c commit 32635ba

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"nodejs-i18n": "2.4.0",
5858
"pg": "^8.3.3",
5959
"pg-native": "^3.0.0",
60-
"telegraf": "^3.38.0",
60+
"telegraf": "^3.40.0",
6161
"telegraf-start-parts": "^1.0.0"
6262
},
6363
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4148,21 +4148,17 @@ telegraf-start-parts@^1.0.0:
41484148
resolved "https://registry.yarnpkg.com/telegraf-start-parts/-/telegraf-start-parts-1.0.0.tgz#0412f5ea8f9e0bce7cc50dc7063f971c7140259f"
41494149
integrity sha512-NSTV4t5HUwoylPmw59FrXrZk1RkDUyDiVI4/cwccEysY0rBkt3WxTqfl7aNE02bZQfQS0tsjw4NU958C5RvEcw==
41504150

4151-
telegraf@^3.38.0:
4152-
version "3.38.0"
4153-
resolved "https://registry.yarnpkg.com/telegraf/-/telegraf-3.38.0.tgz#745b447547a8e6cdb626055e4d616058aaae0759"
4154-
integrity sha512-va4VlrKWp64JrowFoZX/NPzzA6q38kvaIukVXOWFO1V+jR1G8+hCfgJy4TX8Z3rwLJzwaBEet1QhikHDRZWl3A==
4151+
telegraf@^3.40.0:
4152+
version "3.40.0"
4153+
resolved "https://registry.yarnpkg.com/telegraf/-/telegraf-3.40.0.tgz#2234eaf7850b0767b2975976e4d264fe421d8c03"
4154+
integrity sha512-wulVjRHrX2zQwbk1/jzg3Ll9Kr0xC7ofXsRPJgcV2yoCFx5oSU41ZaDKNRPsLhjXxW4s9iNM2S2N/ESyiZxTMQ==
41554155
dependencies:
41564156
debug "^4.0.1"
41574157
minimist "^1.2.0"
41584158
module-alias "^2.2.2"
41594159
node-fetch "^2.2.0"
41604160
sandwich-stream "^2.0.1"
4161-
telegram-typings "^3.6.0"
4162-
4163-
telegram-typings@^3.6.0:
4164-
version "3.6.1"
4165-
resolved "https://registry.yarnpkg.com/telegram-typings/-/telegram-typings-3.6.1.tgz#1288d547f8694b61f1c01c2993e295f3114d9e25"
4161+
typegram "^3.10.0"
41664162

41674163
temp-dir@^2.0.0:
41684164
version "2.0.0"
@@ -4333,6 +4329,11 @@ typedarray-to-buffer@^3.1.5:
43334329
dependencies:
43344330
is-typedarray "^1.0.0"
43354331

4332+
typegram@^3.10.0:
4333+
version "3.12.0"
4334+
resolved "https://registry.yarnpkg.com/typegram/-/typegram-3.12.0.tgz#e35e2e50ced1c2b5775176c5b3be5dfffdf03a1a"
4335+
integrity sha512-/VrU0sJv8BdOsBIpYT4w35C7dPg5YyKP6fLiYN9qYXRZ86TVIiw0ZypkzElTAfDVsJtJSluGAufUrcX7VRSIYQ==
4336+
43364337
typescript@^3.9.7:
43374338
version "3.9.7"
43384339
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"

0 commit comments

Comments
 (0)