From 3e00fb440ff2e1a37df8d58fe997aa651a386fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:12:12 +0000 Subject: [PATCH] Bump three from 0.87.1 to 0.125.0 in /client Bumps [three](https://github.com/mrdoob/three.js) from 0.87.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] --- client/package-lock.json | 13 ++++++++++--- client/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 66a32dc..c8981ec 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10062,9 +10062,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "three": { - "version": "0.87.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.87.1.tgz", - "integrity": "sha1-Rmo07cRUNFnO2bnX0na2Uhb+K6g=" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "three-orbitcontrols": { "version": "1.2.1", @@ -10077,6 +10077,13 @@ "integrity": "sha1-ZULfvJb1ZeS/njM2mb8avtCEDe8=", "requires": { "three": "^0.87.1" + }, + "dependencies": { + "three": { + "version": "0.87.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.87.1.tgz", + "integrity": "sha1-Rmo07cRUNFnO2bnX0na2Uhb+K6g=" + } } }, "three-to-cannon": { diff --git a/client/package.json b/client/package.json index fc6ec00..860546b 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "redux": "^3.7.2", "redux-form": "^7.2.0", "redux-thunk": "^2.2.0", - "three": "^0.87.1", + "three": "^0.125.0", "three-orbitcontrols": "^1.2.1", "three-react-obj-loader": "^1.0.4", "three-to-cannon": "^1.1.2"