From 1ef476c04c972e928492f3de0be8ddd45cd5acd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:41:48 +0000 Subject: [PATCH] Bump ws in /wasm/npm in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /wasm/npm directory: [ws](https://github.com/websockets/ws). Updates `ws` from 8.14.2 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- wasm/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/npm/package.json b/wasm/npm/package.json index 7df05402c..6ce098673 100644 --- a/wasm/npm/package.json +++ b/wasm/npm/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/kaspanet/rusty-kaspa#readme", "dependencies": { "isomorphic-ws": "5.0.0", - "ws": "8.14.2", + "ws": "8.17.1", "kaspa-wasm": "0.13.0" } }