|
@@ -13,6 +13,7 @@
|
|
|
"@types/ws": "^7.2.3 || ^8.0.0",
|
|
|
"cors": "^2.8.5",
|
|
|
"express": "^4.17.1",
|
|
|
+ "node-fetch": "^3.3.0",
|
|
|
"ws": "^7.2.3 || ^8.0.0",
|
|
|
"yargs": "^17.6.2"
|
|
|
},
|
|
@@ -1799,6 +1800,26 @@
|
|
|
"node": ">= 14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@octokit/request/node_modules/node-fetch": {
|
|
|
+ "version": "2.6.9",
|
|
|
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
|
|
|
+ "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "whatwg-url": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "4.x || >=6.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "encoding": "^0.1.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "encoding": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@octokit/rest": {
|
|
|
"version": "19.0.7",
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.7.tgz",
|
|
@@ -5028,6 +5049,14 @@
|
|
|
"node": ">=8.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/dateformat": {
|
|
|
"version": "3.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
|
@@ -5949,6 +5978,28 @@
|
|
|
"bser": "2.1.1"
|
|
|
}
|
|
|
},
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "node-domexception": "^1.0.0",
|
|
|
+ "web-streams-polyfill": "^3.0.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.20 || >= 14.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/figures": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
|
|
@@ -6093,6 +6144,17 @@
|
|
|
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "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",
|
|
@@ -8758,6 +8820,24 @@
|
|
|
"integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/node-emoji": {
|
|
|
"version": "1.11.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
|
|
@@ -8768,23 +8848,20 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-fetch": {
|
|
|
- "version": "2.6.9",
|
|
|
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
|
|
|
- "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
|
|
|
- "dev": true,
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
|
"dependencies": {
|
|
|
- "whatwg-url": "^5.0.0"
|
|
|
+ "data-uri-to-buffer": "^4.0.0",
|
|
|
+ "fetch-blob": "^3.1.4",
|
|
|
+ "formdata-polyfill": "^4.0.10"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "4.x || >=6.0.0"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "encoding": "^0.1.0"
|
|
|
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
},
|
|
|
- "peerDependenciesMeta": {
|
|
|
- "encoding": {
|
|
|
- "optional": true
|
|
|
- }
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/node-fetch"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-gyp-build": {
|
|
@@ -13980,6 +14057,14 @@
|
|
|
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/web-streams-polyfill": {
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
@@ -15496,6 +15581,17 @@
|
|
|
"is-plain-object": "^5.0.0",
|
|
|
"node-fetch": "^2.6.7",
|
|
|
"universal-user-agent": "^6.0.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "node-fetch": {
|
|
|
+ "version": "2.6.9",
|
|
|
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
|
|
|
+ "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "whatwg-url": "^5.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@octokit/request-error": {
|
|
@@ -17778,6 +17874,11 @@
|
|
|
"css-tree": "^1.1.2"
|
|
|
}
|
|
|
},
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
"dateformat": {
|
|
|
"version": "3.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
|
|
@@ -18460,6 +18561,15 @@
|
|
|
"bser": "2.1.1"
|
|
|
}
|
|
|
},
|
|
|
+ "fetch-blob": {
|
|
|
+ "version": "3.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
|
+ "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
|
+ "requires": {
|
|
|
+ "node-domexception": "^1.0.0",
|
|
|
+ "web-streams-polyfill": "^3.0.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"figures": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
|
|
@@ -18566,6 +18676,14 @@
|
|
|
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "formdata-polyfill": {
|
|
|
+ "version": "4.0.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
|
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
|
+ "requires": {
|
|
|
+ "fetch-blob": "^3.1.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -20527,6 +20645,11 @@
|
|
|
"integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
"node-emoji": {
|
|
|
"version": "1.11.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
|
|
@@ -20537,12 +20660,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node-fetch": {
|
|
|
- "version": "2.6.9",
|
|
|
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
|
|
|
- "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
|
|
|
- "dev": true,
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
|
"requires": {
|
|
|
- "whatwg-url": "^5.0.0"
|
|
|
+ "data-uri-to-buffer": "^4.0.0",
|
|
|
+ "fetch-blob": "^3.1.4",
|
|
|
+ "formdata-polyfill": "^4.0.10"
|
|
|
}
|
|
|
},
|
|
|
"node-gyp-build": {
|
|
@@ -24254,6 +24378,11 @@
|
|
|
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "web-streams-polyfill": {
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q=="
|
|
|
+ },
|
|
|
"webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|