diff --git a/package-lock.json b/package-lock.json index ba9cbf8..8abf90e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.7.0", "tailwind-merge": "^2.5.5", - "three": "^0.170.0" + "three": "^0.171.0" }, "devDependencies": { "@types/react": "^18.3.12", @@ -3179,6 +3179,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", @@ -3403,9 +3408,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==" + "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 a04bdbf..a2d7bb9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.7.0", "tailwind-merge": "^2.5.5", - "three": "^0.170.0" + "three": "^0.171.0" }, "devDependencies": { "@types/react": "^18.3.12", diff --git a/yarn.lock b/yarn.lock index 0f7c00c..3964d9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1928,6 +1928,11 @@ three@^0.170.0: resolved "https://registry.yarnpkg.com/three/-/three-0.170.0.tgz#6087f97aab79e9e9312f9c89fcef6808642dfbb7" integrity sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ== +three@^0.171.0: + version "0.171.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.171.0.tgz#3c0dd3f8fa14e78a7f8db6e416b98f264f1185c0" + integrity sha512-Y/lAXPaKZPcEdkKjh0JOAHVv8OOnv/NDJqm0wjfCzyQmfKxV7zvkwsnBgPBKTzJHToSOhRGQAGbPJObT59B/PQ== + to-fast-properties@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"