From 16f508e2664924b572652d56c8480bfc3f6675cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:26:23 +0000 Subject: [PATCH] Bump ws from 7.2.1 to 7.5.10 Bumps [ws](https://github.com/websockets/ws) from 7.2.1 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.1...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 45aabe1..e0da9aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "mime": "2.4.4", - "ws": "7.2.1" + "ws": "7.5.10" }, "devDependencies": {}, "scripts": {