From fda268bd124524e24a741d6f04091af6b0533e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:12:59 +0000 Subject: [PATCH] Bump three from 0.169.0 to 0.170.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.169.0 to 0.170.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6786a9..f849859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.5.0", "tailwind-merge": "^2.5.4", - "three": "^0.169.0" + "three": "^0.170.0" }, "devDependencies": { "@types/react": "^18.3.12", @@ -3340,9 +3340,9 @@ } }, "node_modules/three": { - "version": "0.169.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.169.0.tgz", - "integrity": "sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==" + "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/three-mesh-bvh": { "version": "0.7.8", diff --git a/package.json b/package.json index 0525d13..6039456 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.5.0", "tailwind-merge": "^2.5.4", - "three": "^0.169.0" + "three": "^0.170.0" }, "devDependencies": { "@types/react": "^18.3.12", diff --git a/yarn.lock b/yarn.lock index b9b7656..e932cf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1872,10 +1872,10 @@ three-stdlib@^2.29.9: fflate "^0.6.9" potpack "^1.0.1" -three@^0.169.0: - version "0.169.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.169.0.tgz#4a62114988ad9728d73526d1f1de6760c56b4adc" - integrity sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w== +three@^0.170.0: + version "0.170.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.170.0.tgz#6087f97aab79e9e9312f9c89fcef6808642dfbb7" + integrity sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ== to-fast-properties@^2.0.0: version "2.0.0"