|
@@ -11,7 +11,6 @@
|
|
|
"dependencies": {
|
|
|
"axios": "^1.7.2",
|
|
|
"express": "^4.19.2",
|
|
|
- "node-fetch": "^3.3.2",
|
|
|
"puppeteer": "^22.8.0",
|
|
|
"qrcode-terminal": "^0.12.0",
|
|
|
"whatsapp-web.js": "^1.23.0"
|
|
@@ -1061,29 +1060,6 @@
|
|
|
"pend": "~1.2.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/fetch-blob": {
|
|
|
- "version": "3.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
|
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/jimmywarting"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "paypal",
|
|
|
- "url": "https://paypal.me/jimmywarting"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "node-domexception": "^1.0.0",
|
|
|
- "web-streams-polyfill": "^3.0.3"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "^12.20 || >= 14.13"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/finalhandler": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
|
|
@@ -1172,18 +1148,6 @@
|
|
|
"node": ">= 6"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/formdata-polyfill": {
|
|
|
- "version": "4.0.10",
|
|
|
- "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
|
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "fetch-blob": "^3.1.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=12.20.0"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -1813,52 +1777,6 @@
|
|
|
"node": ">= 0.4.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/node-domexception": {
|
|
|
- "version": "1.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
|
- "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://github.com/sponsors/jimmywarting"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "github",
|
|
|
- "url": "https://paypal.me/jimmywarting"
|
|
|
- }
|
|
|
- ],
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">=10.5.0"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/node-fetch": {
|
|
|
- "version": "3.3.2",
|
|
|
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
|
- "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
|
- "license": "MIT",
|
|
|
- "dependencies": {
|
|
|
- "data-uri-to-buffer": "^4.0.0",
|
|
|
- "fetch-blob": "^3.1.4",
|
|
|
- "formdata-polyfill": "^4.0.10"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/node-fetch"
|
|
|
- }
|
|
|
- },
|
|
|
- "node_modules/node-fetch/node_modules/data-uri-to-buffer": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
|
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">= 12"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/node-webpmux": {
|
|
|
"version": "3.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-webpmux/-/node-webpmux-3.2.0.tgz",
|
|
@@ -2712,15 +2630,6 @@
|
|
|
"node": ">= 0.8"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/web-streams-polyfill": {
|
|
|
- "version": "3.3.3",
|
|
|
- "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
|
- "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
|
- "license": "MIT",
|
|
|
- "engines": {
|
|
|
- "node": ">= 8"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|