From e0d195d4ab7f6725e047ffec66f8360d1583cc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:55:04 +0000 Subject: [PATCH] Bump three from 0.160.0 to 0.160.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.160.0 to 0.160.1. - [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-patch ... 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 5b4e72c..cafcafe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.3.1", "tailwind-merge": "^2.2.1", - "three": "^0.160.0" + "three": "^0.160.1" }, "devDependencies": { "@types/react": "^18.2.48", @@ -3279,9 +3279,9 @@ } }, "node_modules/three": { - "version": "0.160.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", - "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" + "version": "0.160.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", + "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" }, "node_modules/three-mesh-bvh": { "version": "0.6.8", diff --git a/package.json b/package.json index d552661..48b5162 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.3.1", "tailwind-merge": "^2.2.1", - "three": "^0.160.0" + "three": "^0.160.1" }, "devDependencies": { "@types/react": "^18.2.48", diff --git a/yarn.lock b/yarn.lock index 799c08e..c335d57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1794,10 +1794,10 @@ three-stdlib@^2.28.0: fflate "^0.6.9" potpack "^1.0.1" -three@^0.160.0: - version "0.160.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.160.0.tgz#cd1e4dbd01aee0719280a9086d75545db52b7a8f" - integrity sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng== +three@^0.160.1: + version "0.160.1" + resolved "https://registry.yarnpkg.com/three/-/three-0.160.1.tgz#61fe2907312e8604b1f64187f58e047503847413" + integrity sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ== to-fast-properties@^2.0.0: version "2.0.0"