From 877ce71668fcb68c249dafe01d4c91efe0d164dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:44:25 +0000 Subject: [PATCH] chore(deps): bump ws from 5.1.1 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 5.1.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.1.1...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a30801a8f1..0cd9caecc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6039,12 +6039,9 @@ } }, "ws": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz", - "integrity": "sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==", - "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==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index 449ceebb87..802307ab2a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "try-require": "^1.2.1", "update-notifier": "^2.1.0", "uuid": "^2.0.3", - "ws": "^5.1.1", + "ws": "^7.4.6", "xmldom": "^0.3.0", "xpath": "0.0.29" },