From 1f0c583b34c7265ab6b3e0c227b523e779603164 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Mar 2025 14:30:02 +0000 Subject: [PATCH] fix: upgrade ws from 8.13.0 to 8.18.1 Snyk has created this PR to upgrade ws from 8.13.0 to 8.18.1. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/ec97276b-1de6-4f4d-9753-599e3038434b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f244ccbf60ab4..54c7d201e054b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.18.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", @@ -5296,9 +5296,10 @@ "dev": true }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "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" }, @@ -9336,9 +9337,9 @@ "dev": true }, "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", "requires": {} }, "xtend": { diff --git a/package.json b/package.json index 21df49a2e7b8d..49fce0c075280 100644 --- a/package.json +++ b/package.json @@ -223,6 +223,6 @@ }, "ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.18.1" } }