From 7042d7d41c99d42332c8568040271d7a6ee3088f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:16:51 +0000 Subject: [PATCH] Bump ws from 7.5.5 to 8.2.3 Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 8.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.5...8.2.3) --- 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 53c34f1..67c71e6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "moment": "^2.24.0", "p-timeout": "^4.0.0", "request-ip": "^2.1.3", - "ws": "^7.2.3" + "ws": "^8.2.3" }, "devDependencies": { "@chatie/eslint-config": "^0.12.1",