From 4e829f2b04ecdd27c3719a38a37c18b676c8f4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:44:50 +0000 Subject: [PATCH] Bump ws from 8.13.0 to 8.17.1 Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d72aac9..7319e56 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@hapi/hoek": "11.0.2", "@hapi/boom": "10.0.1", "@hapi/podium": "5.0.1", - "ws": "8.13.0", + "ws": "8.17.1", "websocket-framed": "1.2.9", "@types/node": "18.16.1", "@types/ws": "8.5.4"