From 3169f36268cfdab1df7df457e33fb96c77029229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:17:29 +0000 Subject: [PATCH] Bump ws from 7.5.9 to 8.8.1 Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 8.8.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...8.8.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3cbe42..3232400 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "socket.io": "^2.2.0", "telnet-client": "^1.4.9", "uuid": "^8.3.2", - "ws": "^7.1.2" + "ws": "^8.8.1" }, "devDependencies": { "@babel/core": "^7.15.5",