From 475f69ff19311377884db89efa0a686f99de08c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 03:35:49 +0000 Subject: [PATCH] Bump three from 0.104.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.104.0 to 0.137.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index de93375..13db227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12549,9 +12549,9 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, "three": { - "version": "0.104.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.104.0.tgz", - "integrity": "sha512-q617IMBC5k40U2E9UC4/LtmhzTOOLB1jGMIooUL+QrhZ7abiGCSDrKrpCDt9V8RTl6xw+0FYfA1PYsIPKbQOgg==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "throat": { "version": "6.0.1", diff --git a/package.json b/package.json index c12dbec..9b7fd59 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "5.0.1", - "three": "^0.104.0" + "three": "^0.125.0" }, "scripts": { "predeploy": "npm run build",