From caf7c4cc8a7470cd61de250fd0f5f7c3c7446b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 00:48:35 +0000 Subject: [PATCH] Bump ws from 6.0.0 to 7.4.6 in /blockchain Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.0.0...7.4.6) Signed-off-by: dependabot[bot] --- blockchain/package-lock.json | 16 ++++------------ blockchain/package.json | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/blockchain/package-lock.json b/blockchain/package-lock.json index 59b2ec6..b99c39f 100644 --- a/blockchain/package-lock.json +++ b/blockchain/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.18.3", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", @@ -246,7 +241,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -447,12 +442,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz", - "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", - "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/blockchain/package.json b/blockchain/package.json index 2279968..420e344 100644 --- a/blockchain/package.json +++ b/blockchain/package.json @@ -9,7 +9,7 @@ "body-parser": "^1.18.3", "crypto-js": "^3.1.9-1", "express": "~4.16.3", - "ws": "^6.0.0" + "ws": "^7.4.6" }, "engines": { "node": ">=4.3.2"