diff --git a/package-lock.json b/package-lock.json index c7f0df5..a980105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "sharp": "^0.33.5", "tailwind-styled-components": "^2.2.0", "tailwindcss": "^3.4.14", - "three": "^0.170.0" + "three": "^0.171.0" }, "devDependencies": { "@eslint/js": "^9.14.0", @@ -48,7 +48,7 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/styled-components": "^5.1.34", - "@types/three": "^0.169.0", + "@types/three": "^0.171.0", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", "autoprefixer": "^10.4.20", @@ -3491,10 +3491,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.169.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.169.0.tgz", - "integrity": "sha512-oan7qCgJBt03wIaK+4xPWclYRPG9wzcg7Z2f5T8xYTNEF95kh0t0lklxLLYBDo7gQiGLYzE6iF4ta7nXF2bcsw==", - "license": "MIT", + "version": "0.171.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.171.0.tgz", + "integrity": "sha512-oLuT1SAsT+CUg/wxUTFHo0K3NtJLnx9sJhZWQJp/0uXqFpzSk1hRHmvWvpaAWSfvx2db0lVKZ5/wV0I0isD2mQ==", "dependencies": { "@tweenjs/tween.js": "~23.1.3", "@types/stats.js": "*", @@ -13067,6 +13066,11 @@ "three": "*" } }, + "node_modules/stats-gl/node_modules/three": { + "version": "0.170.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz", + "integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==" + }, "node_modules/stats.js": { "version": "0.17.0", "resolved": "https://registry.npmjs.org/stats.js/-/stats.js-0.17.0.tgz", @@ -13810,10 +13814,9 @@ } }, "node_modules/three": { - "version": "0.170.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz", - "integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==", - "license": "MIT" + "version": "0.171.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.171.0.tgz", + "integrity": "sha512-Y/lAXPaKZPcEdkKjh0JOAHVv8OOnv/NDJqm0wjfCzyQmfKxV7zvkwsnBgPBKTzJHToSOhRGQAGbPJObT59B/PQ==" }, "node_modules/three-mesh-bvh": { "version": "0.7.8", diff --git a/package.json b/package.json index b8569b8..e5a11b2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "sharp": "^0.33.5", "tailwind-styled-components": "^2.2.0", "tailwindcss": "^3.4.14", - "three": "^0.170.0" + "three": "^0.171.0" }, "devDependencies": { "@eslint/js": "^9.14.0", @@ -79,7 +79,7 @@ "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/styled-components": "^5.1.34", - "@types/three": "^0.169.0", + "@types/three": "^0.171.0", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", "autoprefixer": "^10.4.20",