From 9adfe0ac72fef77a41af7064ba38098f461c00e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 03:21:48 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.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 eb27d9d1..e2e7e21a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20796,12 +20796,9 @@ } }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "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==" }, "xhr": { "version": "2.6.0", diff --git a/package.json b/package.json index 3e65fd9c..eb672d8e 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,6 @@ "rxjs": "6.4.0", "subscriptions-transport-ws": "^0.9.16", "web3": "1.3.0", - "ws": "^6.2.1" + "ws": "^7.4.6" } }