From f5ddfc9d61fd3caef78b3be147664f76e541f27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 06:49:57 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.4.6 in /ww 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] --- ww/package-lock.json | 14 +++----------- ww/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ww/package-lock.json b/ww/package-lock.json index 3b7ea5e..1e34e2c 100644 --- a/ww/package-lock.json +++ b/ww/package-lock.json @@ -107,11 +107,6 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, - "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", @@ -1727,12 +1722,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==" }, "yallist": { "version": "3.1.1", diff --git a/ww/package.json b/ww/package.json index 4363caf..fc62c87 100644 --- a/ww/package.json +++ b/ww/package.json @@ -21,6 +21,6 @@ "react-bootstrap": "^0.32.1", "react-dom": "^16.3.0", "sqlite3": "^4.1.1", - "ws": "^5.1.0" + "ws": "^7.4.6" } }