From 6cdc56a42d2e91bc48af2eed46d57d015c0db7c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 07:51:43 +0000 Subject: [PATCH] fix: upgrade ws from 8.13.0 to 8.17.0 Snyk has created this PR to upgrade ws from 8.13.0 to 8.17.0. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/fa1785c9-e78d-48c1-a1c5-eb000bd87bfd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f244ccbf60ab..c0ab6d1ff9d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.17.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.3", @@ -5296,9 +5296,9 @@ "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.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "engines": { "node": ">=10.0.0" }, @@ -9336,9 +9336,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.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "requires": {} }, "xtend": { diff --git a/package.json b/package.json index 21df49a2e7b8..4fdcc5779f44 100644 --- a/package.json +++ b/package.json @@ -223,6 +223,6 @@ }, "ethereum": "0x26a3CB49578F07000575405a57888681249c35Fd", "dependencies": { - "ws": "^8.8.1" + "ws": "^8.17.0" } }