From eaeabb9e8675da30912cca5b8c4573a33db91149 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 09:51:55 +0000 Subject: [PATCH 1/2] fix: upgrade ws from 8.16.0 to 8.19.0 Snyk has created this PR to upgrade ws from 8.16.0 to 8.19.0. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/companykobiimports/project/61d047fc-48cc-4b8c-bb33-77a20c3dfb91?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca61b07e7f84c..ca55035b1b790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,10 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.19.0" + }, + "bin": { + "ccxt": "examples/js/cli.js" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", @@ -6733,9 +6736,10 @@ "dev": true }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index cc7a97aa69668..1fa1edc233c5c 100644 --- a/package.json +++ b/package.json @@ -268,6 +268,6 @@ }, "ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.19.0" } } From 0fc692e138a8a161d03880c1ff198ce2f1987304 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 09:43:29 +0000 Subject: [PATCH 2/2] fix: upgrade ws from 8.16.0 to 8.19.0 Snyk has created this PR to upgrade ws from 8.16.0 to 8.19.0. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/wexkalebur/project/01e0bcce-4f59-41f8-a856-e8513810ebab?utm_source=github&utm_medium=referral&page=upgrade-pr