Telegram bot #150

Merged
Sirherobrine23 merged 14 commits from Telegram_bot into main 2021-08-11 02:47:35 +00:00
10 changed files with 531 additions and 353 deletions
Showing only changes of commit 3ea9636dd0 - Show all commits

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"express-fileupload": "^1.2.1",
"express-prettify": "^0.1.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^83.0.0",
"googleapis": "^84.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"node-cron": "^3.0.0",
@ -2944,9 +2944,9 @@
}
},
"node_modules/googleapis": {
"version": "83.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-83.0.0.tgz",
"integrity": "sha512-/xzWnSPfZC6jwoq4bY8gMauGHF2kIbWZJ6bPgMUzI4zUGAhGD7YttHtbZX6Vz/eYIviYaQtL7HIvw5Jnei/TzA==",
"version": "84.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-84.0.0.tgz",
"integrity": "sha512-5WWLwmraulw3p55lu0gNpLz2FME1gcuR7QxgmUdAVHMiVN4LEasYjJV9p36gxcf2TMe6bn6+PgQ/63+CvBEgoQ==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@ -9319,9 +9319,9 @@
}
},
"googleapis": {
"version": "83.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-83.0.0.tgz",
"integrity": "sha512-/xzWnSPfZC6jwoq4bY8gMauGHF2kIbWZJ6bPgMUzI4zUGAhGD7YttHtbZX6Vz/eYIviYaQtL7HIvw5Jnei/TzA==",
"version": "84.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-84.0.0.tgz",
"integrity": "sha512-5WWLwmraulw3p55lu0gNpLz2FME1gcuR7QxgmUdAVHMiVN4LEasYjJV9p36gxcf2TMe6bn6+PgQ/63+CvBEgoQ==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"

View File

@ -62,7 +62,7 @@
"express-fileupload": "^1.2.1",
"express-prettify": "^0.1.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^83.0.0",
"googleapis": "^84.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"node-cron": "^3.0.0",