From 007a0ffb958c9a63487bbea5da4f2a0eb5e15d71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 20:46:40 +0000 Subject: [PATCH] Bump ws from 7.3.0 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.0...7.4.5) 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 2060db4..3b34fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5135,9 +5135,9 @@ } }, "ws": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", - "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/package.json b/package.json index cba49f6..c821e29 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nodemailer": "^6.4.8", "uq-id": "^0.0.5", "params": "^0.1.1", - "ws": "^7.3.0" + "ws": "^7.4.5" }, "devDependencies": { "chai": "^4.2.0",