From 3b83f9c848330609740890fe1eca25f81c62f88e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:24:46 +0000 Subject: [PATCH] Bump ws from 7.3.0 to 7.3.1 Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.0...7.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8069f604..d8cbc316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -861,9 +861,9 @@ } }, "ws": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", - "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", + "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" }, "y18n": { "version": "4.0.0", diff --git a/package.json b/package.json index 321580c2..18267f61 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "alexa-cookie2": "^3.2.1", "https": "^1.0.0", "querystring": "^0.2.0", - "ws": "^7.3.0", + "ws": "^7.3.1", "extend": "^3.0.2", "uuid": "^8.1.0" },