From 7a49a1b6d531815a2bb999f2172350b243b968ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 14:50:30 +0000 Subject: [PATCH] fix: upgrade ccxt from 4.1.56 to 4.5.34 Snyk has created this PR to upgrade ccxt from 4.1.56 to 4.5.34. See this package in npm: ccxt See this project in Snyk: https://app.snyk.io/org/companykobiimports/project/1d2a0430-4501-495b-9e56-4898f0b4f436?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/ts/nextjs-page-router/package-lock.json | 15 ++++++++------- examples/ts/nextjs-page-router/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/examples/ts/nextjs-page-router/package-lock.json b/examples/ts/nextjs-page-router/package-lock.json index fe68c55d3ff35..31f08f6f9e86e 100644 --- a/examples/ts/nextjs-page-router/package-lock.json +++ b/examples/ts/nextjs-page-router/package-lock.json @@ -8,7 +8,7 @@ "name": "nextjs-page-router", "version": "0.1.0", "dependencies": { - "ccxt": "^4.1.56", + "ccxt": "^4.5.34", "next": "14.0.3", "react": "^18", "react-dom": "^18" @@ -993,10 +993,11 @@ ] }, "node_modules/ccxt": { - "version": "4.1.56", - "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-4.1.56.tgz", - "integrity": "sha512-Nf8Oi2tYa1oOntMeUE9J8nsaoIaBJiHbrj70KG4rUOlxirHupO8ggbv53FTyG4TyjqNcsmxsnO/ByhUA1bH2Tg==", + "version": "4.5.34", + "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-4.5.34.tgz", + "integrity": "sha512-UCD4o+mvHi2PMC+qgLLb7bMWZvc0GiYLYdNlplfloSOb0XvGQpX41g/OOOW8HSn8SZsmBNprS4Oa2/NkAzSYmg==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "ws": "^8.8.1" }, @@ -5009,9 +5010,9 @@ "integrity": "sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==" }, "ccxt": { - "version": "4.1.56", - "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-4.1.56.tgz", - "integrity": "sha512-Nf8Oi2tYa1oOntMeUE9J8nsaoIaBJiHbrj70KG4rUOlxirHupO8ggbv53FTyG4TyjqNcsmxsnO/ByhUA1bH2Tg==", + "version": "4.5.34", + "resolved": "https://registry.npmjs.org/ccxt/-/ccxt-4.5.34.tgz", + "integrity": "sha512-UCD4o+mvHi2PMC+qgLLb7bMWZvc0GiYLYdNlplfloSOb0XvGQpX41g/OOOW8HSn8SZsmBNprS4Oa2/NkAzSYmg==", "requires": { "ws": "^8.8.1" } diff --git a/examples/ts/nextjs-page-router/package.json b/examples/ts/nextjs-page-router/package.json index cdae37d956422..4c8bf8f5d210b 100644 --- a/examples/ts/nextjs-page-router/package.json +++ b/examples/ts/nextjs-page-router/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "ccxt": "^4.1.56", + "ccxt": "^4.5.34", "next": "14.0.3", "react": "^18", "react-dom": "^18"