diff --git a/package-lock.json b/package-lock.json index 3c258bc..dbbb635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/node": "26.1.2", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "@types/three": "0.185.3", + "@types/three": "0.185.4", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", "@vitejs/plugin-react": "6.0.5", @@ -1564,9 +1564,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.185.3", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.3.tgz", - "integrity": "sha512-8TqTn1+fjPWuJ4mR6Igtg56DCf9b5EeAlwhb5xaa6WlBrsg7SvG0NQbyctGRkHCKwg0uftfCspOEsTXelgktMA==", + "version": "0.185.4", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.4.tgz", + "integrity": "sha512-gAsBIC07NIFrxjbf7tH2t71c38uulFfk/RFoC7FNBSjMRAQ8J1x/RBvusX0N5PJouaYFJawXQqfCQ0RKUx/1nA==", "license": "MIT", "dependencies": { "@dimforge/rapier3d-compat": "~0.12.0", diff --git a/package.json b/package.json index 332402c..9f3ea99 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/node": "26.1.2", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "@types/three": "0.185.3", + "@types/three": "0.185.4", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", "@vitejs/plugin-react": "6.0.5",