From 6afbd0229368ee95e2c980e2404001f34153ca5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 22:34:34 +0000 Subject: [PATCH] Bump ws from 6.1.4 to 7.4.5 in /tests/ext/echo_server Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...7.4.5) Signed-off-by: dependabot[bot] --- tests/ext/echo_server/package-lock.json | 14 +++----------- tests/ext/echo_server/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/tests/ext/echo_server/package-lock.json b/tests/ext/echo_server/package-lock.json index 34c348d..1b38d90 100644 --- a/tests/ext/echo_server/package-lock.json +++ b/tests/ext/echo_server/package-lock.json @@ -4,18 +4,10 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "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==" - }, "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", - "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/tests/ext/echo_server/package.json b/tests/ext/echo_server/package.json index 859e4ad..85d24bd 100644 --- a/tests/ext/echo_server/package.json +++ b/tests/ext/echo_server/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "ws": "^6.1.4" + "ws": "^7.4.5" } }