From 0515aa9de50f54c5460839ba30503146ed20c5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 09:08:57 +0000 Subject: [PATCH] Bump three-mesh-bvh from 0.8.2 to 0.8.3 Bumps [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) from 0.8.2 to 0.8.3. - [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.2...v0.8.3) --- 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 7a902d9..e4c73c0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "three": "^0.169.0", - "three-mesh-bvh": "^0.8.2", + "three-mesh-bvh": "^0.8.3", "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", "vue": "^3.5.12", "vuetify": "^3.7.4" diff --git a/yarn.lock b/yarn.lock index cdbd51d..798d57f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3215,10 +3215,10 @@ terser@^5.36.0: commander "^2.20.0" source-map-support "~0.5.20" -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-mesh-bvh@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.8.3.tgz#c5e72472e7f062ff79084157a25c122d73184163" + integrity sha512-4G5lBaF+g2auKX3P0yqx+MJC6oVt6sB5k+CchS6Ob0qvH0YIhuUk1eYr7ktsIpY+albCqE80/FVQGV190PmiAg== "three-orientation-gizmo@https://github.com/jrj2211/three-orientation-gizmo": version "1.1.0"