diff --git a/webapp/package-lock.json b/webapp/package-lock.json index bf3db2a..c81c596 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -24,7 +24,7 @@ "next": "16.1.7", "react": "19.2.3", "react-dom": "19.2.3", - "three": "^0.182.0" + "three": "^0.183.2" }, "devDependencies": { "@tailwindcss/postcss": "^4", @@ -18619,9 +18619,9 @@ } }, "node_modules/three": { - "version": "0.182.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.182.0.tgz", - "integrity": "sha512-GbHabT+Irv+ihI1/f5kIIsZ+Ef9Sl5A1Y7imvS5RQjWgtTPfPnZ43JmlYI7NtCRDK9zir20lQpfg8/9Yd02OvQ==", + "version": "0.183.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz", + "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==", "license": "MIT" }, "node_modules/three-mesh-bvh": { diff --git a/webapp/package.json b/webapp/package.json index bf5f60c..514ded2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -42,7 +42,7 @@ "next": "16.1.7", "react": "19.2.3", "react-dom": "19.2.3", - "three": "^0.182.0" + "three": "^0.183.2" }, "devDependencies": { "@tailwindcss/postcss": "^4",