From fc6392d8e3a0ea51837671b34a930bf20e0afdef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:04:46 +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.172.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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lunar-phase-simulator/package-lock.json | 8 ++++---- lunar-phase-simulator/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lunar-phase-simulator/package-lock.json b/lunar-phase-simulator/package-lock.json index f304cc5933..d8d51d4fe1 100644 --- a/lunar-phase-simulator/package-lock.json +++ b/lunar-phase-simulator/package-lock.json @@ -15,7 +15,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-range-step-input": "github:ccnmtl/react-range-step-input", - "three": "~0.166.1" + "three": "~0.172.0" }, "devDependencies": { "@babel/core": "^7.5.5", @@ -11698,9 +11698,9 @@ } }, "node_modules/three": { - "version": "0.166.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.166.1.tgz", - "integrity": "sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==" + "version": "0.172.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", + "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==" }, "node_modules/thunky": { "version": "1.1.0", diff --git a/lunar-phase-simulator/package.json b/lunar-phase-simulator/package.json index 1a3e395a77..849c9dbebc 100644 --- a/lunar-phase-simulator/package.json +++ b/lunar-phase-simulator/package.json @@ -31,7 +31,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-range-step-input": "github:ccnmtl/react-range-step-input", - "three": "~0.166.1" + "three": "~0.172.0" }, "devDependencies": { "@babel/core": "^7.5.5",