From 858ff68681509e63299cb93e693cf3b47185ac2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:03:47 +0000 Subject: [PATCH] build(deps): bump three in /lunar-phase-simulator Bumps [three](https://github.com/mrdoob/three.js) from 0.166.1 to 0.181.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-version: 0.181.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lunar-phase-simulator/package-lock.json | 9 +++++---- lunar-phase-simulator/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lunar-phase-simulator/package-lock.json b/lunar-phase-simulator/package-lock.json index 6f059312b..b7a300e29 100644 --- a/lunar-phase-simulator/package-lock.json +++ b/lunar-phase-simulator/package-lock.json @@ -15,7 +15,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-range-step-input": "github:ccnmtl/react-range-step-input", - "three": "~0.166.1" + "three": "~0.181.0" }, "devDependencies": { "@babel/core": "^7.5.5", @@ -12604,9 +12604,10 @@ } }, "node_modules/three": { - "version": "0.166.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.166.1.tgz", - "integrity": "sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==" + "version": "0.181.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.181.0.tgz", + "integrity": "sha512-KGf6EOCOQGshXeleKxpxhbowQwAXR2dLlD93egHtZ9Qmk07Saf8sXDR+7wJb53Z1ORZiatZ4WGST9UsVxhHEbg==", + "license": "MIT" }, "node_modules/thunky": { "version": "1.1.0", diff --git a/lunar-phase-simulator/package.json b/lunar-phase-simulator/package.json index 50747ca6c..433af184c 100644 --- a/lunar-phase-simulator/package.json +++ b/lunar-phase-simulator/package.json @@ -31,7 +31,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-range-step-input": "github:ccnmtl/react-range-step-input", - "three": "~0.166.1" + "three": "~0.181.0" }, "devDependencies": { "@babel/core": "^7.5.5",