diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index a87274049..1b80b6091 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -75,7 +75,7 @@ "web3": "1.2.6", "web3-eth": "1.2.6", "web3-eth-abi": "1.2.6", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-inside-monorepo": "^6.0.0", diff --git a/packages/plugins/geth/package.json b/packages/plugins/geth/package.json index 40b9b90f9..cbc31730d 100644 --- a/packages/plugins/geth/package.json +++ b/packages/plugins/geth/package.json @@ -59,7 +59,7 @@ "semver": "5.6.0", "web3": "1.2.6", "web3-eth": "1.2.6", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-solo": "^6.0.0", diff --git a/packages/plugins/nethermind/package.json b/packages/plugins/nethermind/package.json index 0cc63371e..13a4aa8e7 100644 --- a/packages/plugins/nethermind/package.json +++ b/packages/plugins/nethermind/package.json @@ -53,7 +53,7 @@ "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-solo": "^6.0.0", diff --git a/packages/plugins/parity/package.json b/packages/plugins/parity/package.json index c16c7a446..4f8cf24b0 100644 --- a/packages/plugins/parity/package.json +++ b/packages/plugins/parity/package.json @@ -55,7 +55,7 @@ "fs-extra": "8.1.0", "netcat": "1.3.5", "semver": "5.6.0", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-solo": "^6.0.0", diff --git a/packages/plugins/whisper-geth/package.json b/packages/plugins/whisper-geth/package.json index 3ac17f842..d63ac1cce 100644 --- a/packages/plugins/whisper-geth/package.json +++ b/packages/plugins/whisper-geth/package.json @@ -56,7 +56,7 @@ "embarkjs-whisper": "^6.0.0", "rxjs": "6.4.0", "semver": "5.6.0", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-solo": "^6.0.0", diff --git a/packages/stack/api/package.json b/packages/stack/api/package.json index 34c7f4b4c..1987fe248 100644 --- a/packages/stack/api/package.json +++ b/packages/stack/api/package.json @@ -61,7 +61,7 @@ "express-ws": "4.0.0", "find-up": "4.1.0", "helmet": "3.13.0", - "ws": "7.2.2" + "ws": "7.4.6" }, "devDependencies": { "embark-solo": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 702715e53..0ecf06395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23895,10 +23895,10 @@ write@^0.2.1: dependencies: mkdirp "^0.5.1" -ws@7.2.2, ws@^7.0.0: - version "7.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.2.tgz#36df62f68f0d1a6ec66d3f880a02476f3a81f24f" - integrity sha512-2qj/tYkDPDSVf7JiHanwEBwkhxi7DchFewIsSnR33MQtG3O/BPAJjqs4g6XEuayuRqIExSQMHZlmyDLbuSrXYw== +ws@7.4.6, ws@^7.0.0: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== ws@^3.0.0: version "3.3.3"