From 73767d7fb9bdad7ee6c26caf091b3897db370c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:39:44 +0000 Subject: [PATCH] Bump ws from 7.2.3 to 7.5.10 Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.3...7.5.10) --- 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 0aaa172..3d3dfde 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "infusion": "3.0.0-dev.20200214T151835Z.ab768289a.FLUID-6145", - "ws": "7.2.3" + "ws": "7.5.10" }, "devDependencies": { "grunt": "1.1.0",