diff --git a/lunar-phase-simulator/package-lock.json b/lunar-phase-simulator/package-lock.json index 8a12a3aac..6bb9cd8ab 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.179.0" }, "devDependencies": { "@babel/core": "^7.5.5", @@ -10963,9 +10963,10 @@ } }, "node_modules/three": { - "version": "0.166.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.166.1.tgz", - "integrity": "sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==" + "version": "0.179.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.179.0.tgz", + "integrity": "sha512-V04E7nW9QS+ZDugmpu50x7cLT69th15elaXJPDo79CZs3q/0V8zHf1d3vrm9q2vQ/jef1fXdg8FvaMq2gJvzkw==", + "license": "MIT" }, "node_modules/thunky": { "version": "1.1.0", diff --git a/lunar-phase-simulator/package.json b/lunar-phase-simulator/package.json index a0d7be974..423a875d4 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.179.0" }, "devDependencies": { "@babel/core": "^7.5.5",