From 0b670896f46f6e6e9bcce6190220aeebb5b4a45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:35:30 +0000 Subject: [PATCH] Bump three-mesh-bvh from 0.7.3 to 0.7.4 (#43) Bumps [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) from 0.7.3 to 0.7.4. - [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.3...v0.7.4) --- 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 c8e8d34..d4f1cbc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "three": "^0.160.1", - "three-mesh-bvh": "^0.7.3", + "three-mesh-bvh": "^0.7.4", "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", "vue": "^3.4.21", "vuetify": "^3.5.15" diff --git a/yarn.lock b/yarn.lock index b0d029d..94ebbb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2893,10 +2893,10 @@ terser@^5.30.3: commander "^2.20.0" source-map-support "~0.5.20" -three-mesh-bvh@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.7.3.tgz#91f2d7e26f230288b5b0a6bdf41bdd9620348945" - integrity sha512-3W6KjzmupjfE89GuHPT31kxKWZ4YGZPEZJNysJpiOZfQRsBQQgmK7v/VJPpjG6syhAvTnY+5Fr77EvIkTLpGSw== +three-mesh-bvh@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.7.4.tgz#a5c799856a3f26f73537a73b6ec632c30f712ba8" + integrity sha512-flxe0A4uflTPR6elgq/Y8VrLoljDNS899i422SxQcU3EtMj6o8z4kZRyqZqGWzR0qMf1InTZzY1/0xZl/rnvVw== "three-orientation-gizmo@https://github.com/jrj2211/three-orientation-gizmo": version "1.1.0"