From 6894f342b7cde2b83dc97eed9ed2e8fcd6ce1836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:45:10 +0000 Subject: [PATCH] fix(deps): bump three from 0.155.0 to 0.174.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.155.0 to 0.174.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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b8f5370..00acf8ab 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "nuxt-fontawesome": "^0.4.0", "punycode": "^2.3.1", "stats.js": "^0.17.0", - "three": "^0.161.0", + "three": "^0.174.0", "vue": "^2.7.16", "vue-js-modal": "^2.0.1" }, diff --git a/yarn.lock b/yarn.lock index 56dde780..93c294da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12483,10 +12483,10 @@ thread-loader@^3.0.4: neo-async "^2.6.2" schema-utils "^3.0.0" -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== +three@^0.174.0: + version "0.174.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.174.0.tgz#53f46d6fd27515231b2af321f798f1e0ecf3f905" + integrity sha512-p+WG3W6Ov74alh3geCMkGK9NWuT62ee21cV3jEnun201zodVF4tCE5aZa2U122/mkLRmhJJUQmLLW1BH00uQJQ== through2@^2.0.0: version "2.0.5"