diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6b0f262..a72377f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "satellite.js": "^5.0.0", - "three": "^0.169.0", + "three": "^0.184.0", "zustand": "^5.0.0" }, "devDependencies": { @@ -3733,9 +3733,9 @@ } }, "node_modules/three": { - "version": "0.169.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.169.0.tgz", - "integrity": "sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==", + "version": "0.184.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.184.0.tgz", + "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==", "license": "MIT" }, "node_modules/tinybench": { diff --git a/frontend/package.json b/frontend/package.json index 9cd2c45..cfa5672 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "satellite.js": "^5.0.0", - "three": "^0.169.0", + "three": "^0.184.0", "zustand": "^5.0.0" }, "devDependencies": {