From d84727b131773da68fe1fb21ed73682c0db8d583 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sun, 7 Jul 2024 19:12:18 +0000
Subject: [PATCH] fix: upgrade ws from 8.16.0 to 8.17.1

Snyk has created this PR to upgrade ws from 8.16.0 to 8.17.1.

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..4c4ec434dbf9d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,10 @@
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
-        "ws": "^8.8.1"
+        "ws": "^8.17.1"
+      },
+      "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.17.1",
+      "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
+      "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
+      "license": "MIT",
       "engines": {
         "node": ">=10.0.0"
       },
diff --git a/package.json b/package.json
index cc7a97aa69668..7d77aef242040 100644
--- a/package.json
+++ b/package.json
@@ -268,6 +268,6 @@
   },
   "ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd",
   "dependencies": {
-    "ws": "^8.8.1"
+    "ws": "^8.17.1"
   }
 }