Actualizacion de seguridad

This commit is contained in:
Pablinux
2024-07-13 00:27:32 -05:00
parent 90f05f7ad0
commit fa92efc258
186 changed files with 75113 additions and 17648 deletions

96
node_modules/telegraf/package.json generated vendored
View File

@@ -1,49 +1,47 @@
{
"_from": "telegraf",
"_id": "telegraf@3.37.0",
"_inBundle": false,
"_integrity": "sha512-V3448qwfOolBqkIc87yxjW4zMvR2P6AIF24pPTlX9WhZPwA1TF/x3nQhnWPRLtGh2SJuvDcr83iTkXPXT7Opnw==",
"_location": "/telegraf",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "telegraf",
"name": "telegraf",
"escapedName": "telegraf",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/telegraf/-/telegraf-3.37.0.tgz",
"_shasum": "f88ae3d4bddac6f479137d4c867489acf3f57b66",
"_spec": "telegraf",
"_where": "/home/pablinux/Projects/Node/app_sigma",
"author": {
"name": "Vitaly Domnikov",
"email": "oss@vitaly.codes"
},
"bin": {
"telegraf": "bin/telegraf"
"name": "telegraf",
"version": "3.40.0",
"description": "Modern Telegram Bot Framework",
"license": "MIT",
"author": "Vitaly Domnikov <oss@vitaly.codes>",
"homepage": "https://github.com/telegraf/telegraf#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telegraf/telegraf.git"
},
"bugs": {
"url": "https://github.com/telegraf/telegraf/issues"
},
"bundleDependencies": false,
"main": "telegraf.js",
"files": [
"bin/*",
"core/**/*.js",
"scenes/**/*.js",
"typings/*.d.ts",
"*.js"
],
"bin": {
"telegraf": "bin/telegraf"
},
"scripts": {
"lint": "eslint .",
"test": "ava test/*",
"precommit": "npm run lint && npm run typecheck && npm test",
"typecheck": "tsc"
},
"type": "commonjs",
"engines": {
"node": ">=10"
},
"types": "./typings/index.d.ts",
"dependencies": {
"debug": "^4.0.1",
"minimist": "^1.2.0",
"module-alias": "^2.2.2",
"node-fetch": "^2.2.0",
"sandwich-stream": "^2.0.1",
"telegram-typings": "^3.6.0"
"typegram": "^3.10.0"
},
"deprecated": false,
"description": "Modern Telegram Bot Framework",
"devDependencies": {
"@types/node": "^13.1.0",
"ava": "^3.0.0",
@@ -55,19 +53,9 @@
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"husky": "^4.2.0",
"prettier": "^2.0.5",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8"
},
"files": [
"bin/*",
"core/**/*.js",
"scenes/**/*.js",
"typings/*.d.ts",
"*.js"
],
"homepage": "https://github.com/telegraf/telegraf#readme",
"keywords": [
"telegraf",
"telegram",
@@ -75,21 +63,5 @@
"bot",
"botapi",
"bot framework"
],
"license": "MIT",
"main": "telegraf.js",
"name": "telegraf",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telegraf/telegraf.git"
},
"scripts": {
"lint": "eslint .",
"precommit": "npm run lint && npm run typecheck && npm test",
"test": "ava test/*",
"typecheck": "tsc"
},
"type": "commonjs",
"types": "./typings/index.d.ts",
"version": "3.37.0"
]
}