diff --git a/package-lock.json b/package-lock.json index 7d2bdbd..15ba075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "node-pty": "^1.1.0", "openai": "^6.42.0", "rbush": "^4.0.1", - "three": "^0.184.0", + "three": "^0.185.1", "v8-compile-cache": "^2.4.0", "ws": "^8.21.0", "yoga-layout": "^3.2.1", @@ -50,7 +50,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.6.0", - "vite-plus": "latest" + "vite-plus": "*" } }, "node_modules/@antfu/install-pkg": { @@ -8164,9 +8164,9 @@ } }, "node_modules/three": { - "version": "0.184.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.184.0.tgz", - "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==", + "version": "0.185.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.185.1.tgz", + "integrity": "sha512-5aojFCXKwnjBRZvUnt3WFfEcvUJgkN5LlijRFN95hMy8WVkG4I0QNcJE+OuWvuJ0bOdStrbfXn0pkd6/QyiAlg==", "license": "MIT" }, "node_modules/three-forcegraph": { diff --git a/package.json b/package.json index 63700b5..fa221d0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "node-pty": "^1.1.0", "openai": "^6.42.0", "rbush": "^4.0.1", - "three": "^0.184.0", + "three": "^0.185.1", "v8-compile-cache": "^2.4.0", "ws": "^8.21.0", "yoga-layout": "^3.2.1",