diff --git a/package-lock.json b/package-lock.json index ad12b6c..f0c8469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@ant-design/icons": "^5.2.5", - "@react-three/drei": "^9.83.3", + "@react-three/drei": "^9.88.0", "@react-three/fiber": "^8.13.7", "@tensorflow/tfjs": "^4.11.0", "@tensorflow/tfjs-backend-webgpu": "^4.11.0", @@ -3619,9 +3619,9 @@ "integrity": "sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q==" }, "node_modules/@react-three/drei": { - "version": "9.84.3", - "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.84.3.tgz", - "integrity": "sha512-cKwHTezpNjZ4HQ3bBCFjClc8zwvYkWz3KuL5ISvaqQgcfsmyHKynAKPH0Td4EWAJXJTk6la4jGDkl/hn5ngQCg==", + "version": "9.88.0", + "resolved": "https://registry.npmjs.org/@react-three/drei/-/drei-9.88.0.tgz", + "integrity": "sha512-iUTpurhyW+dLalRm/l+x9V1+/gxXriZoWppLiBemDno9nXUfSHPBn5kjMzpApH6VZvlSGhb7VNYrZvN9QUG3uA==", "dependencies": { "@babel/runtime": "^7.11.2", "@mediapipe/tasks-vision": "0.10.2", @@ -3641,10 +3641,11 @@ "stats-gl": "^1.0.4", "stats.js": "^0.17.0", "suspend-react": "^0.1.3", - "three-mesh-bvh": "^0.6.0", + "three-mesh-bvh": "^0.6.7", "three-stdlib": "^2.26.6", "troika-three-text": "^0.47.2", "utility-types": "^3.10.0", + "uuid": "^9.0.1", "zustand": "^3.5.13" }, "peerDependencies": { @@ -14426,6 +14427,18 @@ "node": ">= 4" } }, + "node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/uvu": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", diff --git a/package.json b/package.json index 7490fb1..4045a21 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@ant-design/icons": "^5.2.5", - "@react-three/drei": "^9.83.3", + "@react-three/drei": "^9.88.0", "@react-three/fiber": "^8.13.7", "@tensorflow/tfjs": "^4.11.0", "@tensorflow/tfjs-backend-webgpu": "^4.11.0",