From 663a00fd7530d46d036d9af060c972cc6cb4fc4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:24:23 +0000 Subject: [PATCH] build(deps): bump ws from 7.4.6 to 7.5.10 Bumps [ws](https://github.com/websockets/ws) from 7.4.6 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.6...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 224e05ab93..e4d5602f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "scrypt-js": "3.0.1", "solc": "0.8.21", "tiny-inflate": "1.0.3", - "ws": "7.4.6" + "ws": "7.5.10" }, "devDependencies": { "@rollup/plugin-commonjs": "15.1.0", @@ -7070,9 +7070,9 @@ } }, "node_modules/ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, diff --git a/package.json b/package.json index a82d2986e6..ce26eed47f 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,6 @@ "scrypt-js": "3.0.1", "solc": "0.8.21", "tiny-inflate": "1.0.3", - "ws": "7.4.6" + "ws": "7.5.10" } }