From 47c64b1063f29b3d157a8e57e9c286dea51e2410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:31:30 +0000 Subject: [PATCH] Bump three from 0.120.1 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.120.1 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(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index 46b23c8..725dfad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13703,9 +13703,9 @@ "dev": true }, "three": { - "version": "0.120.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.120.1.tgz", - "integrity": "sha512-ktaCRFUR7JUZcKec+cBRz+oBex5pOVaJhrtxvFF2T7on53o9UkEux+/Nh1g/4zeb4t/pbxIFcADbn/ACu3LC1g==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "three-trackballcontrols": { "version": "0.0.8", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index e3c7605..ef140e2 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ismobilejs": "^1.1.1", "p5": "^1.2.0", "pixi.js": "^4.8.5", - "three": "^0.120.1", + "three": "^0.125.0", "three-trackballcontrols": "^0.0.8", "throttle-debounce": "^2.3.0" } diff --git a/yarn.lock b/yarn.lock index fc52293..0fb17f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9164,10 +9164,10 @@ three-trackballcontrols@^0.0.8: resolved "https://registry.yarnpkg.com/three-trackballcontrols/-/three-trackballcontrols-0.0.8.tgz#4af85312d211387e451023f9bef576094993a118" integrity sha512-9my4rB/ILaJw8E6khOcC6d8F8kEe6BvRtCer9bFJGZOh9txy4BqzwPrG7d8YCKK9MfcyTUoLsB5LKIsbtsZRTg== -three@^0.120.1: - version "0.120.1" - resolved "https://registry.yarnpkg.com/three/-/three-0.120.1.tgz#dbd8894f8ab87c109f1602933e7c740c98137377" - integrity sha512-ktaCRFUR7JUZcKec+cBRz+oBex5pOVaJhrtxvFF2T7on53o9UkEux+/Nh1g/4zeb4t/pbxIFcADbn/ACu3LC1g== +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== throttle-debounce@^2.3.0: version "2.3.0"