From f4326c5779ef4b351aaf3c9bbe1ed20a1d64e00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:10:31 +0000 Subject: [PATCH] Bump three-mesh-bvh from 0.7.6 to 0.7.8 (#161) Bumps [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) from 0.7.6 to 0.7.8. - [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases) - [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md) - [Commits](https://github.com/gkjohnson/three-mesh-bvh/compare/v0.7.6...v0.7.8) --- updated-dependencies: - dependency-name: three-mesh-bvh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19331aa..8b41a05 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "three": "^0.163.0", - "three-mesh-bvh": "^0.7.6", + "three-mesh-bvh": "^0.7.8", "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", "vue": "^3.5.3", "vuetify": "^3.7.1" diff --git a/yarn.lock b/yarn.lock index c32ddd7..4d5be01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2969,10 +2969,10 @@ terser@^5.31.6: commander "^2.20.0" source-map-support "~0.5.20" -three-mesh-bvh@^0.7.6: - version "0.7.6" - resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.7.6.tgz#6764b39475bdba9450ad3a4065492678ee537272" - integrity sha512-rCjsnxEqR9r1/C/lCqzGLS67NDty/S/eT6rAJfDvsanrIctTWdNoR4ZOGWewCB13h1QkVo2BpmC0wakj1+0m8A== +three-mesh-bvh@^0.7.8: + version "0.7.8" + resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.7.8.tgz#83156e4d3945734db076de1c94809331481b3fdd" + integrity sha512-BGEZTOIC14U0XIRw3tO4jY7IjP7n7v24nv9JXS1CyeVRWOCkcOMhRnmENUjuV39gktAw4Ofhr0OvIAiTspQrrw== "three-orientation-gizmo@https://github.com/jrj2211/three-orientation-gizmo": version "1.1.0"