From 88e999809487cbcaf9a981c7c92bd3558cbd821c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 19:35:56 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...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 71ce0d6..e6ad26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7800,12 +7800,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "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==" }, "x-xss-protection": { "version": "1.3.0", diff --git a/package.json b/package.json index 9f51fa3..eacf699 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "request": "^2.87.0", "request-promise": "^4.2.2", "uuid": "^3.3.2", - "ws": "^5.1.1" + "ws": "^7.4.5" }, "devDependencies": { "chai": "^4.1.2",