From 1c890352c944ea5c5120ef9dbdc0d570e7ce021c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 18:17:30 +0000 Subject: [PATCH] Bump ws from 1.1.4 to 1.1.5 in /examples/reactnativeapp Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.4...1.1.5) Signed-off-by: dependabot[bot] --- examples/reactnativeapp/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/reactnativeapp/yarn.lock b/examples/reactnativeapp/yarn.lock index 1fe1e79..d25cd86 100644 --- a/examples/reactnativeapp/yarn.lock +++ b/examples/reactnativeapp/yarn.lock @@ -5524,9 +5524,9 @@ write-file-atomic@^1.2.0: slide "^1.1.5" ws@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.4.tgz#57f40d036832e5f5055662a397c4de76ed66bf61" - integrity sha1-V/QNA2gy5fUFVmKjl8Tedu1mv2E= + version "1.1.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" + integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== dependencies: options ">=0.0.5" ultron "1.0.x"