From 553e55d18561ffc23de49a60b96fb035a9abf11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:18:33 +0000 Subject: [PATCH] Bump three from 0.160.1 to 0.161.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.160.1 to 0.161.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 | 10 +++++----- package.json | 2 +- yarn.lock | 10 ++++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc568a1..5acd30b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,8 +46,8 @@ "license": "MIT", "dependencies": { "@emailjs/browser": "^3.11.0", - "@react-three/fiber": "^8.15.15", "@react-three/drei": "^9.96.5", + "@react-three/fiber": "^8.15.15", "clsx": "^2.1.0", "framer-motion": "^11.0.3", "maath": "^0.10.7", @@ -58,7 +58,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.4.0", "tailwind-merge": "^2.2.1", - "three": "^0.160.1" + "three": "^0.161.0" }, "devDependencies": { "@types/react": "^18.2.48", @@ -3320,9 +3320,9 @@ } }, "node_modules/three": { - "version": "0.160.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", - "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" + "version": "0.161.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.161.0.tgz", + "integrity": "sha512-LC28VFtjbOyEu5b93K0bNRLw1rQlMJ85lilKsYj6dgTu+7i17W+JCCEbvrpmNHF1F3NAUqDSWq50UD7w9H2xQw==" }, "node_modules/three-mesh-bvh": { "version": "0.7.0", diff --git a/package.json b/package.json index 04e71b4..97b40a0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.4.0", "tailwind-merge": "^2.2.1", - "three": "^0.160.1" + "three": "^0.161.0" }, "devDependencies": { "@types/react": "^18.2.48", diff --git a/yarn.lock b/yarn.lock index 629a99f..b6a67ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1662,6 +1662,7 @@ stats.js@^0.17.0: integrity sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw== "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: + name string-width-cjs version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -1680,6 +1681,7 @@ string-width@^5.0.1, string-width@^5.1.2: strip-ansi "^7.0.1" "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: + name strip-ansi-cjs version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -1789,10 +1791,10 @@ three-stdlib@^2.29.4: fflate "^0.6.9" potpack "^1.0.1" -three@^0.160.1: - version "0.160.1" - resolved "https://registry.npmjs.org/three/-/three-0.160.1.tgz" - integrity sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ== +three@^0.161.0: + version "0.161.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.161.0.tgz#38aafaa82fe5467fde2e33933515d1b6beb17d91" + integrity sha512-LC28VFtjbOyEu5b93K0bNRLw1rQlMJ85lilKsYj6dgTu+7i17W+JCCEbvrpmNHF1F3NAUqDSWq50UD7w9H2xQw== to-fast-properties@^2.0.0: version "2.0.0"