From f59b781b3aa917f78821f3893f800cf15fa2034b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 11:10:18 +0000 Subject: [PATCH] Bump ws from 7.0.1 to 7.4.6 in /chatty_server Bumps [ws](https://github.com/websockets/ws) from 7.0.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.0.1...7.4.6) Signed-off-by: dependabot[bot] --- chatty_server/package-lock.json | 14 +++----------- chatty_server/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/chatty_server/package-lock.json b/chatty_server/package-lock.json index 8c825fb..7b1f1ee 100644 --- a/chatty_server/package-lock.json +++ b/chatty_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.19.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", @@ -381,12 +376,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.0.1.tgz", - "integrity": "sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==", - "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==" } } } diff --git a/chatty_server/package.json b/chatty_server/package.json index d2b1a3c..457a011 100644 --- a/chatty_server/package.json +++ b/chatty_server/package.json @@ -11,6 +11,6 @@ "dependencies": { "express": "4.17.1", "randomcolor": "^0.5.4", - "ws": "7.0.1" + "ws": "7.4.6" } }