From dd7594703939ae5738acbdfe1833a780a7c39e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:53:17 +0000 Subject: [PATCH] Bump ws from 8.14.1 to 8.17.1 in /peripherals/eos-evm-ws-proxy Bumps [ws](https://github.com/websockets/ws) from 8.14.1 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.1...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- peripherals/eos-evm-ws-proxy/package-lock.json | 14 +++++++------- peripherals/eos-evm-ws-proxy/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/peripherals/eos-evm-ws-proxy/package-lock.json b/peripherals/eos-evm-ws-proxy/package-lock.json index d8aac46..4851299 100644 --- a/peripherals/eos-evm-ws-proxy/package-lock.json +++ b/peripherals/eos-evm-ws-proxy/package-lock.json @@ -17,7 +17,7 @@ "uuid": "^9.0.1", "web3": "^4.1.2", "winston": "^3.10.0", - "ws": "^8.14.1" + "ws": "^8.17.1" } }, "node_modules/@adraffy/ens-normalize": { @@ -2197,9 +2197,9 @@ } }, "node_modules/ws": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz", - "integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, @@ -3776,9 +3776,9 @@ } }, "ws": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz", - "integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "requires": {} }, "zod": { diff --git a/peripherals/eos-evm-ws-proxy/package.json b/peripherals/eos-evm-ws-proxy/package.json index bc2fe4a..1fd604f 100644 --- a/peripherals/eos-evm-ws-proxy/package.json +++ b/peripherals/eos-evm-ws-proxy/package.json @@ -18,6 +18,6 @@ "uuid": "^9.0.1", "web3": "^4.1.2", "winston": "^3.10.0", - "ws": "^8.14.1" + "ws": "^8.17.1" } }