Bump telegraf from 3.38.0 to 4.0.0 #9

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/telegraf-4.0.0 into main 2021-01-11 13:22:48 +00:00
2 changed files with 21 additions and 14 deletions

33
package-lock.json generated
View File

@ -708,6 +708,11 @@
"p-limit": "^2.0.0" "p-limit": "^2.0.0"
} }
}, },
"p-timeout": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-4.1.0.tgz",
"integrity": "sha512-+/wmHtzJuWii1sXn3HCuH/FTwGhrp4tmJTxSKJbfS+vkipci6osxXM5mY0jUiRzWKMTgUT8l7HFbeSwZAynqHw=="
},
"p-try": { "p-try": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
@ -909,23 +914,20 @@
"integrity": "sha512-oFgpUeGc2BVTl9FPsdixzfcHkMg1llGUeA+flsZf7AM9HTQhWfcVrfHJEoWCq+mOqiSp4SCNrdSPFXJKYPDdYg==" "integrity": "sha512-oFgpUeGc2BVTl9FPsdixzfcHkMg1llGUeA+flsZf7AM9HTQhWfcVrfHJEoWCq+mOqiSp4SCNrdSPFXJKYPDdYg=="
}, },
"telegraf": { "telegraf": {
"version": "3.38.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/telegraf/-/telegraf-3.38.0.tgz", "resolved": "https://registry.npmjs.org/telegraf/-/telegraf-4.0.0.tgz",
"integrity": "sha512-va4VlrKWp64JrowFoZX/NPzzA6q38kvaIukVXOWFO1V+jR1G8+hCfgJy4TX8Z3rwLJzwaBEet1QhikHDRZWl3A==", "integrity": "sha512-e4m9uJuAzzKe1gNUOn3z3NTLscfteV4GE4la5pfWFbm75OLWK3cp/qvz7Evy4oPpvc/bPlcDCyNgXnk4n2TBcw==",
"requires": { "requires": {
"debug": "^4.0.1", "abort-controller": "^3.0.0",
"minimist": "^1.2.0", "debug": "^4.3.1",
"minimist": "^1.2.5",
"module-alias": "^2.2.2", "module-alias": "^2.2.2",
"node-fetch": "^2.2.0", "node-fetch": "^2.6.1",
"sandwich-stream": "^2.0.1", "p-timeout": "^4.1.0",
"telegram-typings": "^3.6.0" "sandwich-stream": "^2.0.2",
"typegram": "^3.1.4"
} }
}, },
"telegram-typings": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/telegram-typings/-/telegram-typings-3.6.1.tgz",
"integrity": "sha512-njVv1EAhIZnmQVLocZEADYUyqA1WIXuVcDYlsp+mXua/XB0pxx+PKtMSPeZ/EE4wPWTw9h/hA9ASTT6yQelkiw=="
},
"toidentifier": { "toidentifier": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
@ -940,6 +942,11 @@
"mime-types": "~2.1.24" "mime-types": "~2.1.24"
} }
}, },
"typegram": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/typegram/-/typegram-3.1.4.tgz",
"integrity": "sha512-AsYxLLynwBgeUJNU+3oSYNPSB3bwb/uyzrEPvrPwC0HXCYhW+otNV5q4T8Sb43SQSAP71hWC8EzBgDtlGGBx0A=="
},
"unpipe": { "unpipe": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",

View File

@ -37,6 +37,6 @@
"properties-to-json": "^0.1.7", "properties-to-json": "^0.1.7",
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"systeminformation": "^4.34.5", "systeminformation": "^4.34.5",
"telegraf": "^3.38.0" "telegraf": "^4.0.0"
} }
} }