From 2280586ddd3bd2f23fcc445aab37181ea2c9cfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:39:41 +0000 Subject: [PATCH] Bump three-mesh-bvh from 0.8.0 to 0.8.2 Bumps [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) from 0.8.0 to 0.8.2. - [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.8.0...v0.8.2) --- updated-dependencies: - dependency-name: three-mesh-bvh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a5181be..3994e0a 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.8.0", + "three-mesh-bvh": "^0.8.2", "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", "vue": "^3.5.10", "vuetify": "^3.7.2" diff --git a/yarn.lock b/yarn.lock index 51d724b..9e3d740 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2979,10 +2979,10 @@ terser@^5.34.1: commander "^2.20.0" source-map-support "~0.5.20" -three-mesh-bvh@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.8.0.tgz#4b07d4655e350ab02e67fd1d8fffd8a0cd173920" - integrity sha512-Q3Rx3Ja2d/sqNW965wcoqr9NbRGbolk8jrKvSVu1zO5+Vv15vwLfwiTes+jssrd1Odq2+HQhq99Nknwp0JfISg== +three-mesh-bvh@^0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.8.2.tgz#9c38df07a3e35b63c64aa48e861b4cb06119c5df" + integrity sha512-AgzhAicMVLOJKU7i7ERzLT7A27vqnWThenOm8elljOh9tyz+yffOVzlZReYBtL3G/of3W2mPbsaDA2B7UzZR5g== "three-orientation-gizmo@https://github.com/jrj2211/three-orientation-gizmo": version "1.1.0"