From 3998b95578c1256d7cb62063371f371351d86ca2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 10:24:25 +0000 Subject: [PATCH] chore(deps): bump rpc-websockets from 5.0.8 to 5.0.14 Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 5.0.8 to 5.0.14. - [Release notes](https://github.com/elpheria/rpc-websockets/releases) - [Commits](https://github.com/elpheria/rpc-websockets/commits) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 7a997da075..c02f5a2f71 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -21894,9 +21894,9 @@ } }, "rpc-websockets": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.8.tgz", - "integrity": "sha512-l19R62V+3ydalSLWrXcHiTXJ2B+k6NRWyhyO5CNP4OFvbbWn8AEExjcysxwtNyeVLbL53VG+amGHrDJjEtJniA==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-5.0.14.tgz", + "integrity": "sha512-6zWfeAIoQJHnqq97sPZOVu+BIyh5uoa9wgc30KTQdKbrn2er5z/NVfiI3EjZ5+aIiKkOS3lvxHGshRlY7C9zUw==", "requires": { "@babel/runtime": "^7.4.5", "assert-args": "^1.2.1", @@ -21908,9 +21908,9 @@ }, "dependencies": { "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "ws": { "version": "5.2.2",