From 0c953a88c3ea9a24a82ce7431351230b36971a15 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 13:01:07 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1ab3d63..925b5467 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "utf8": "^3.0.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", - "ws": "^7.3.0", + "ws": "^7.3.1", "xterm-benchmark": "^0.1.3" } } diff --git a/yarn.lock b/yarn.lock index 6e66d43c..28170f8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5932,10 +5932,10 @@ ws@^6.1.0: dependencies: async-limiter "~1.0.0" -ws@^7.2.3, ws@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd" - integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w== +ws@^7.2.3, ws@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" + integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== xml-name-validator@^3.0.0: version "3.0.0"