diff --git a/lunar-phase-simulator/package-lock.json b/lunar-phase-simulator/package-lock.json index f304cc593..d8d51d4fe 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 1a3e395a7..849c9dbeb 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",