From 577dd281219b1ff2296e5a34e44b86dbce71a51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 19:57:10 +0000 Subject: [PATCH] Bump ws from 7.1.2 to 7.4.5 Bumps [ws](https://github.com/websockets/ws) from 7.1.2 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.1.2...7.4.5) Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bb7bcb..39b8f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,11 +32,6 @@ "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz", "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=" }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -72,6 +67,7 @@ }, "discord.io": { "version": "github:woor/discord.io#7312624af8b2d6cb1c8f03055a30d738252912ae", + "from": "github:woor/discord.io#7312624af8b2d6cb1c8f03055a30d738252912ae", "requires": { "cjopus": "0.0.4", "tweetnacl": "0.14.5", @@ -193,12 +189,9 @@ } }, "ws": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", - "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", - "requires": { - "async-limiter": "1.0.1" - } + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", + "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" } } } diff --git a/package.json b/package.json index e1e0533..e31bbfd 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "discord.io": "github:woor/discord.io#gateway_v6", "discord.js": "^12.2.0", "winston": "^2.4.1", - "ws": "^7.1.2" + "ws": "^7.4.5" } }