From 6479fbeb1d0294f657cf0ee83ccd2d61596e7388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:07:08 +0000 Subject: [PATCH] build(deps): bump ws from 0.4.32 to 7.2.1 Bumps [ws](https://github.com/websockets/ws) from 0.4.32 to 7.2.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.4.32...7.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4564d4..98b1ddf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "simple-mime": "~0.0.5", "smith": "~0.1.1", - "ws": "~0.4.20" + "ws": "~7.2.1" }, "devDependencies": { "chai": "~1.2.0",