From 908c57eefb28fd27aa47d6ca3799a4fc1084739a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Mar 2025 06:00:06 +0000 Subject: [PATCH] fix: upgrade ws from 8.16.0 to 8.18.1 Snyk has created this PR to upgrade ws from 8.16.0 to 8.18.1. 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 --- 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..ebb414086ecc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,10 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.18.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.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index cc7a97aa69668..4bc8c20729562 100644 --- a/package.json +++ b/package.json @@ -268,6 +268,6 @@ }, "ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.18.1" } }