From 7e66c00912e37cfc58d72d33f5c016d3ccc86146 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Nov 2019 19:44:17 +0000 Subject: [PATCH] fix(deps): update dependency three to ^0.111.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b4dc55..b78455f 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "serve": "11.0.1" }, "dependencies": { - "three": "^0.108.0" + "three": "^0.111.0" } } diff --git a/yarn.lock b/yarn.lock index eded050..fe94c99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2560,10 +2560,10 @@ text-extensions@^1.0.0: resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== -three@^0.108.0: - version "0.108.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.108.0.tgz#53d26597c7932f214bb43f4655e566d2058143b5" - integrity sha512-d1ysIXwi8qTlbmMwrTxi5pYiiYIflEr0e48krP0LAY8ndS8c6fkLHn6NvRT+o76/Fs9PBLxFViuI62iGVWwwlg== +three@^0.111.0: + version "0.111.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.111.0.tgz#9cedb73e79b7f6bf2440cb67a273f883faa923b6" + integrity sha512-AcTqyGJ3H75AIusOuADy0LsP958QKQwm/YhABHFMzd6RFXPNVay1rlSbbG6WYv7KM72G2THMMwqbjQd4dVHMkQ== through2@^2.0.0, through2@^2.0.2: version "2.0.5"