From 5f632f562f83c4f2d0e474286ff6a23f5345ec52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 18:56:36 +0000 Subject: [PATCH] Bump three from 0.117.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.117.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c3b1bb..3e432ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-scripts": "3.4.1", "react-three-fiber": "^4.2.7", "recompose": "^0.30.0", - "three": "^0.117.0", + "three": "^0.125.0", "uuid": "^8.0.0" }, "devDependencies": { @@ -22198,9 +22198,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "node_modules/three": { - "version": "0.117.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.117.1.tgz", - "integrity": "sha512-t4zeJhlNzUIj9+ub0l6nICVimSuRTZJOqvk3Rmlu+YGdTOJ49Wna8p7aumpkXJakJfITiybfpYE1XN1o1Z34UQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "node_modules/throat": { "version": "4.1.0", @@ -42061,9 +42061,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "three": { - "version": "0.117.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.117.1.tgz", - "integrity": "sha512-t4zeJhlNzUIj9+ub0l6nICVimSuRTZJOqvk3Rmlu+YGdTOJ49Wna8p7aumpkXJakJfITiybfpYE1XN1o1Z34UQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "throat": { "version": "4.1.0", diff --git a/package.json b/package.json index a2efa08..6b2500b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-scripts": "3.4.1", "react-three-fiber": "^4.2.7", "recompose": "^0.30.0", - "three": "^0.117.0", + "three": "^0.125.0", "uuid": "^8.0.0" }, "scripts": {