From f769fde7c0644df35eabc07421fcaa604216ac30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 21:19:41 +0000 Subject: [PATCH] Bump ws from 6.0.0 to 7.4.5 in /WebGLSamples.github.io-master/server Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.0.0...7.4.5) Signed-off-by: dependabot[bot] --- .../server/package-lock.json | 14 +++----------- WebGLSamples.github.io-master/server/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/WebGLSamples.github.io-master/server/package-lock.json b/WebGLSamples.github.io-master/server/package-lock.json index 724ac238..1afddf1c 100644 --- a/WebGLSamples.github.io-master/server/package-lock.json +++ b/WebGLSamples.github.io-master/server/package-lock.json @@ -18,11 +18,6 @@ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, - "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==" - }, "body-parser": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz", @@ -441,12 +436,9 @@ "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" }, "ws": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz", - "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", - "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==" } } } diff --git a/WebGLSamples.github.io-master/server/package.json b/WebGLSamples.github.io-master/server/package.json index a9d5097d..80477e5c 100644 --- a/WebGLSamples.github.io-master/server/package.json +++ b/WebGLSamples.github.io-master/server/package.json @@ -11,6 +11,6 @@ "dependencies": { "express": "^4.16.2", "optionator": "^0.8.2", - "ws": "^6.0.0" + "ws": "^7.4.5" } }