From eb33571436e48eb32d5f86eaedcb55cbdbb6be3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:16:00 +0000 Subject: [PATCH] build(deps): bump three from 0.88.0 to 0.125.0 in /three Bumps [three](https://github.com/mrdoob/three.js) from 0.88.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] --- three/package-lock.json | 6 +++--- three/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/three/package-lock.json b/three/package-lock.json index acfdb08..4759bc8 100644 --- a/three/package-lock.json +++ b/three/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "three": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.88.0.tgz", - "integrity": "sha1-QlbC/Djk+yOg0j66K2zOTfjkZtU=" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" } } } diff --git a/three/package.json b/three/package.json index 085c47b..891a083 100644 --- a/three/package.json +++ b/three/package.json @@ -11,7 +11,7 @@ "build": "gulp --gulpfile=../../../../../scripts/pluginGulpfile.js --cwd=. --silent && gulp --gulpfile=mainGulpfile.js" }, "dependencies": { - "three": "^0.88.0" + "three": "^0.125.0" }, "devDependencies": { "@types/three": "0.0.24"