diff --git a/package-lock.json b/package-lock.json index c5e5e74..e692c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "prism-react-renderer": "^2.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "three": "^0.180.0" + "three": "^0.183.2" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.9.1", @@ -20355,9 +20355,9 @@ } }, "node_modules/three": { - "version": "0.180.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.180.0.tgz", - "integrity": "sha512-o+qycAMZrh+TsE01GqWUxUIKR1AL0S8pq7zDkYOQw8GqfX8b8VoCKYUoHbhiX5j+7hr8XsuHDVU6+gkQJQKg9w==", + "version": "0.183.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz", + "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==", "license": "MIT" }, "node_modules/thunky": { diff --git a/package.json b/package.json index 0efddbb..6987715 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prism-react-renderer": "^2.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "three": "^0.180.0" + "three": "^0.183.2" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.9.1",