diff --git a/package-lock.json b/package-lock.json index 676a347c91..36e3679238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "bootstrap": "*", "bootstrap-vue": "*", "boxen": "^5.1.2", - "ccxt": "^1.92.75", + "ccxt": "^2.7.62", "chalk": "^4.1.2", "child_process": "^1.0.2", "cli-table3": "^0.6.3", @@ -6804,12 +6804,11 @@ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" }, "node_modules/ccxt": { - "version": "1.95.43", - "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-1.95.43.tgz", - "integrity": "sha512-LKu1ECf56mmCGY8vlpoZrgQ1DQ8A+uc01mza/1vvgZ+q4Azrp2XXYjKXsGSDvbR47xziEGY6S1QxFoQwAE4k/w==", + "version": "2.7.62", + "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-2.7.62.tgz", + "integrity": "sha512-eTxI0TJcionAg4tQsxR1WrqTreT6q4wUG8edKQxi/LC18C6a1dxB2ETAnpUYEsQag9jJ2ip4fqY3QaGq1/fQ0w==", "hasInstallScript": true, "dependencies": { - "replace-in-file": "^6.3.5", "ws": "^8.8.1" }, "engines": { @@ -18378,22 +18377,6 @@ "strip-ansi": "^6.0.1" } }, - "node_modules/replace-in-file": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.3.5.tgz", - "integrity": "sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==", - "dependencies": { - "chalk": "^4.1.2", - "glob": "^7.2.0", - "yargs": "^17.2.1" - }, - "bin": { - "replace-in-file": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", @@ -27765,11 +27748,10 @@ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" }, "ccxt": { - "version": "1.95.43", - "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-1.95.43.tgz", - "integrity": "sha512-LKu1ECf56mmCGY8vlpoZrgQ1DQ8A+uc01mza/1vvgZ+q4Azrp2XXYjKXsGSDvbR47xziEGY6S1QxFoQwAE4k/w==", + "version": "2.7.62", + "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-2.7.62.tgz", + "integrity": "sha512-eTxI0TJcionAg4tQsxR1WrqTreT6q4wUG8edKQxi/LC18C6a1dxB2ETAnpUYEsQag9jJ2ip4fqY3QaGq1/fQ0w==", "requires": { - "replace-in-file": "^6.3.5", "ws": "^8.8.1" } }, @@ -36335,16 +36317,6 @@ "strip-ansi": "^6.0.1" } }, - "replace-in-file": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-6.3.5.tgz", - "integrity": "sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==", - "requires": { - "chalk": "^4.1.2", - "glob": "^7.2.0", - "yargs": "^17.2.1" - } - }, "request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", diff --git a/package.json b/package.json index f641fe5300..e0e7517c1b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "bootstrap": "*", "bootstrap-vue": "*", "boxen": "^5.1.2", - "ccxt": "^1.92.75", + "ccxt": "^2.7.62", "chalk": "^4.1.2", "child_process": "^1.0.2", "cli-table3": "^0.6.3",