From 04f75be90e99fa81b3513fbd0587a4239c513d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 23:32:26 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...7.4.6) 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..cc2046c 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.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "x-xss-protection": { "version": "1.3.0", diff --git a/package.json b/package.json index 9f51fa3..7181ea7 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.6" }, "devDependencies": { "chai": "^4.1.2",