From 8f490d4cdbb43f8e9ab3e5a4d556ea1785efd9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:06:34 +0000 Subject: [PATCH] fix(deps): bump three from 0.161.0 to 0.175.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.161.0 to 0.175.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 f83f4c33..0bc3519e 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.175.0", "vue": "^2.7.16", "vue-js-modal": "^2.0.1" }, diff --git a/yarn.lock b/yarn.lock index 6778685f..7dabe284 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.175.0: + version "0.175.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.175.0.tgz#67b357b0b1ee8ef0445b9a768f59363ab1fa7921" + integrity sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg== through2@^2.0.0: version "2.0.5"