From 3b2e09eebf72b1cf1e1aa5ffd469aec7eeca5e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:42:54 +0000 Subject: [PATCH] Bump ws from 3.3.2 to 5.2.4 Bumps [ws](https://github.com/websockets/ws) from 3.3.2 to 5.2.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/3.3.2...5.2.4) --- 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 9eab52b..450340f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "redux-thunk": "^2.3.0", "styled-components": "^4.1.3", "sweetalert": "^2.1.2", - "ws": "3.3.2" + "ws": "5.2.4" }, "scripts": { "start": "react-scripts start",