From ff13315e77cf3ec1762dfa4042125c9f8242dce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:32:31 +0000 Subject: [PATCH] Bump three from 0.110.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.110.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-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9892eef..4627be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11500,9 +11500,9 @@ } }, "three": { - "version": "0.110.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.110.0.tgz", - "integrity": "sha512-wlurH8XBO9Sd5VIw8nBa+taLR20kqaI4e9FiuMh6tqK8eOS2q2R+ZoUyufbyDTVTHhs8GiTbv0r2CMLkwerFJg==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 23427e0..02fe650 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "remark-toc": "^6.0.0", "showdown": "1.9.1", "styled-components": "^4.4.1", - "three": "^0.110.0", + "three": "^0.125.0", "unist-util-visit": "^2.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6c1e409..8707588 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7789,10 +7789,10 @@ thread-loader@2.1.3: loader-utils "^1.1.0" neo-async "^2.6.0" -three@^0.110.0: - version "0.110.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.110.0.tgz#8719591de1336269113ee79f4268ba247b2324f8" - integrity sha512-wlurH8XBO9Sd5VIw8nBa+taLR20kqaI4e9FiuMh6tqK8eOS2q2R+ZoUyufbyDTVTHhs8GiTbv0r2CMLkwerFJg== +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"