From 0f096af963613ec09593605a10e8f11719fcfe66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:21:16 +0000 Subject: [PATCH] Bump three from 0.93.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.93.0 to 0.125.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f4bef75c6..957c9e160 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "strip-markdown": "^3.0.3", "style-loader": "^0.23.1", "terser-webpack-plugin": "^1.2.3", - "three": "^0.93.0", + "three": "^0.125.0", "three-full": "^17.1.0", "tiny-relative-date": "^1.3.0", "tree-kill": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index 4e888fe87..7a53398a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10789,9 +10789,10 @@ three@*: resolved "https://registry.yarnpkg.com/three/-/three-0.125.1.tgz#6eedbc5003b843fd5b6c48b3e61bfbd86bd3e0b2" integrity sha512-7CbiSHZOc18ChhVZU8wQ2g9F2KHJqiG7+ND56/XMrJC2XZMmu+dZFeLFl380c5JwKZGHTOkBQzioZVkI7Jumhg== -three@^0.93.0: - version "0.93.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.93.0.tgz#3fd6c367ef4554abbb6e16ad69936283e895c123" +three@^0.125.0: + version "0.125.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.125.0.tgz#19e922b9dc51ad0b706893aeee888de68e99850a" + integrity sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw== through2@^2.0.0: version "2.0.5"