From c4c82936327203cfa3c6ba01c4ce334863dac879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:34:33 +0000 Subject: [PATCH] Bump three from 0.118.3 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.118.3 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9afead5..4fe146a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "d3-scale": "^3.2.1", "d3-scale-chromatic": "^1.5.0", "jquery": "^3.4.1", - "three": "^0.118.0", + "three": "^0.125.0", "uuid": "^3.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 401e99a..e29976a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -91,10 +91,10 @@ jquery@^3.4.1: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== -three@^0.118.0: - version "0.118.3" - resolved "https://registry.yarnpkg.com/three/-/three-0.118.3.tgz#c0bf8c10a68155478f12f4ccac2ff979526a4a0a" - integrity sha512-ijECXrNzDkHieoeh2H69kgawTGH8DiamhR4uBN8jEM7VHSKvfTdEvOoHsA8Aq7dh7PHAxhlqBsN5arBI3KixSw== +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== typescript@~3.1.2: version "3.1.6"