From 32835ba047610224016173baf90d9628163f6e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Feb 2019 00:27:49 +0000 Subject: [PATCH] chore(deps): bump ws from 6.1.3 to 6.1.4 Bumps [ws](https://github.com/websockets/ws) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.3...6.1.4) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 1e168ef520..38751b57d3 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -16726,11 +16726,11 @@ } }, "ws": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz", - "integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", + "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", "requires": { - "async-limiter": "1.0.0" + "async-limiter": "~1.0.0" } }, "xml-name-validator": {