From 351772cb4da66359b1da5b9e14ccca29de2d5a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:01:19 +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.2. - [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.2 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 f1fe3c826..9d8e0633a 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.2" }, "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.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.181.2.tgz", + "integrity": "sha512-k/CjiZ80bYss6Qs7/ex1TBlPD11whT9oKfT8oTGiHa34W4JRd1NiH/Tr1DbHWQ2/vMUypxksLnF2CfmlmM5XFQ==", + "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..d9ee0ab51 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.2" }, "devDependencies": { "@babel/core": "^7.5.5",