From 38594b188cf8457ed280d361940667b729b0a732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 23:59:52 +0000 Subject: [PATCH] Bump ws from 5.1.1 to 7.4.6 in /files 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] --- files/package-lock.json | 20 +++++++------------- files/package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/files/package-lock.json b/files/package-lock.json index f5cf644..113f1a1 100644 --- a/files/package-lock.json +++ b/files/package-lock.json @@ -25,11 +25,6 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, - "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==" - }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -55,7 +50,8 @@ } }, "bignumber.js": { - "version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934" + "version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", + "from": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934" }, "boom": { "version": "4.3.1", @@ -426,7 +422,8 @@ }, "dependencies": { "bignumber.js": { - "version": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2" + "version": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2", + "from": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2" }, "web3": { "version": "0.17.0-beta", @@ -442,12 +439,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==" }, "xhr2": { "version": "0.1.4", diff --git a/files/package.json b/files/package.json index 2d7f551..e18b2b0 100644 --- a/files/package.json +++ b/files/package.json @@ -9,7 +9,7 @@ "sleepjs": "^3.0.0", "web3": "^0.20.6", "web3admin": "^0.4.4", - "ws": "^5.1.0" + "ws": "^7.4.6" }, "devDependencies": {}, "scripts": {