diff --git a/package-lock.json b/package-lock.json index 5b89194..f383f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-error-boundary": "^6.1.1", - "three": "^0.183.0" + "three": "^0.183.1" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -25,7 +25,7 @@ "@types/howler": "^2.2.12", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@types/three": "^0.183.0", + "@types/three": "^0.183.1", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "@vitejs/plugin-react": "^5.1.4", @@ -2294,9 +2294,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.183.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.183.0.tgz", - "integrity": "sha512-AaGkvloQhxdrfMm/HbY8cpOz1K1jkEELn6zjFoY3yhAiC7zhhZE19+gDBybYwKk+GqXmWKxqDCB43NqyW3+QZw==", + "version": "0.183.1", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.183.1.tgz", + "integrity": "sha512-f2Pu5Hrepfgavttdye3PsH5RWyY/AvdZQwIVhrc4uNtvF7nOWJacQKcoVJn0S4f0yYbmAE6AR+ve7xDcuYtMGw==", "license": "MIT", "dependencies": { "@dimforge/rapier3d-compat": "~0.12.0", @@ -7623,9 +7623,9 @@ } }, "node_modules/three": { - "version": "0.183.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.183.0.tgz", - "integrity": "sha512-G6SH2jfefIVa2YI4JL2VbgQhrrbp1A8dRc7lr3PW827kdVyaX2RgH6M5FmjmdVFLgSHppyg3OYOZdTfWElle+g==", + "version": "0.183.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.183.1.tgz", + "integrity": "sha512-Psv6bbd3d/M/01MT2zZ+VmD0Vj2dbWTNhfe4CuSg7w5TuW96M3NOyCVuh9SZQ05CpGmD7NEcJhZw4GVjhCYxfQ==", "license": "MIT" }, "node_modules/three-mesh-bvh": { diff --git a/package.json b/package.json index 444ebbb..d047642 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-error-boundary": "^6.1.1", - "three": "^0.183.0" + "three": "^0.183.1" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -33,7 +33,7 @@ "@types/howler": "^2.2.12", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@types/three": "^0.183.0", + "@types/three": "^0.183.1", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "@vitejs/plugin-react": "^5.1.4",