From 930c6486685ff40cfb750dec572f6b1993e59c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 21:13:25 +0000 Subject: [PATCH] Bump ws from 6.1.0 to 7.4.5 in /nodejs/client Bumps [ws](https://github.com/websockets/ws) from 6.1.0 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.0...7.4.5) Signed-off-by: dependabot[bot] --- nodejs/client/package-lock.json | 14 +++----------- nodejs/client/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/nodejs/client/package-lock.json b/nodejs/client/package-lock.json index 2be0c58..564f312 100644 --- a/nodejs/client/package-lock.json +++ b/nodejs/client/package-lock.json @@ -414,11 +414,6 @@ "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=", "dev": true }, - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" - }, "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", @@ -10712,12 +10707,9 @@ "dev": true }, "ws": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", - "integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", - "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==" }, "xregexp": { "version": "4.0.0", diff --git a/nodejs/client/package.json b/nodejs/client/package.json index ed8dfc8..6cf2944 100644 --- a/nodejs/client/package.json +++ b/nodejs/client/package.json @@ -21,7 +21,7 @@ "markdown-loader": "^0.1.7", "pathfinding": "^0.4.18", "uuid": "^2.0.1", - "ws": "^6.1.0" + "ws": "^7.4.5" }, "devDependencies": { "babel-cli": "^6.26.0",