From 00ef7fd6c10fedcf8dfffc03bb3a860617003d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:26:18 +0000 Subject: [PATCH] fix(deps): bump three from 0.161.0 to 0.177.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.161.0 to 0.177.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-version: 0.177.0 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 0a3a3e07..c5aa9879 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.177.0", "vue": "^2.7.16", "vue-js-modal": "^2.0.1" }, diff --git a/yarn.lock b/yarn.lock index 5c2a6ff1..2141da70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12476,10 +12476,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.177.0: + version "0.177.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.177.0.tgz#e51f2eb2b921fbab535bdfa81c403f9993b9dd83" + integrity sha512-EiXv5/qWAaGI+Vz2A+JfavwYCMdGjxVsrn3oBwllUoqYeaBO75J63ZfyaQKoiLrqNHoTlUc6PFgMXnS0kI45zg== through2@^2.0.0: version "2.0.5"