diff --git a/package-lock.json b/package-lock.json index 8adc39d..b6226af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "render-composer": "^0.2.8", - "three": "^0.180.0", + "three": "^0.181.1", "tslib": "^2.8.1", "use-sync-external-store": "^1.6.0", "zustand": "^5.0.8" @@ -13074,9 +13074,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.181.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.181.1.tgz", + "integrity": "sha512-bz9xZUQMw3pJbjKy7roiwXWgAp+oVUa+4k5o0oBAQ+IFJuru1xzvtk63h6k72XZanXS/SgoEhV6927Vgazyq2w==", "license": "MIT" }, "node_modules/three-mesh-bvh": { diff --git a/package.json b/package.json index de999fb..bbaf04e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "render-composer": "^0.2.8", - "three": "^0.180.0", + "three": "^0.181.1", "tslib": "^2.8.1", "zustand": "^5.0.8", "immer": "^10.1.3",