From 7f045c63eae3cb8720410ca895b7daf89b5aeb3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 15:25:53 +0000 Subject: [PATCH] chore(deps): bump ws from 7.1.0 to 7.1.1 Bumps [ws](https://github.com/websockets/ws) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.1.0...7.1.1) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 78405c7f32..27077fa580 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -21610,9 +21610,9 @@ } }, "ws": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", - "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz", + "integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==", "requires": { "async-limiter": "^1.0.0" }