From 9c0657b0cb37704e7e461b1422337c0f8fea08ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 13:15:01 +0000 Subject: [PATCH] Bump ws from 2.3.1 to 7.2.5 Bumps [ws](https://github.com/websockets/ws) from 2.3.1 to 7.2.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/2.3.1...7.2.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca33320..e9f900c 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "express": "^4.14.1", - "ws": "^2.1.0" + "ws": "^7.2.5" } }