From 75e1b6c75315c6028d2374d07b24083a54b1c532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 20:19:53 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.5) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b299d3..6f57e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8006,12 +8006,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" }, "y18n": { "version": "4.0.0", diff --git a/package.json b/package.json index 802acf8..38c2360 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "restify": "^8.5.1", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.2", - "ws": "^6.2.1" + "ws": "^7.4.5" }, "devDependencies": { "@babel/cli": "^7.8.4",