From 90d0eb8477f222519b201df64db24a458862f4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:44:28 +0000 Subject: [PATCH] Bump three from 0.179.1 to 0.181.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.179.1 to 0.181.1. - [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.181.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34537e5..e21c17a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "lil-gui": "^0.20.0", "msgpackr": "^1.11.5", "stats.js": "^0.17.0", - "three": "^0.179.1", + "three": "^0.181.1", "troika-three-text": "^0.52.4" }, "devDependencies": { @@ -1106,9 +1106,9 @@ "integrity": "sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw==" }, "node_modules/three": { - "version": "0.179.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.179.1.tgz", - "integrity": "sha512-5y/elSIQbrvKOISxpwXCR4sQqHtGiOI+MKLc3SsBdDXA2hz3Mdp3X59aUp8DyybMa34aeBwbFTpdoLJaUDEWSw==", + "version": "0.181.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.181.1.tgz", + "integrity": "sha512-bz9xZUQMw3pJbjKy7roiwXWgAp+oVUa+4k5o0oBAQ+IFJuru1xzvtk63h6k72XZanXS/SgoEhV6927Vgazyq2w==", "license": "MIT" }, "node_modules/tinyglobby": { diff --git a/package.json b/package.json index c4fa5a4..843ed26 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lil-gui": "^0.20.0", "msgpackr": "^1.11.5", "stats.js": "^0.17.0", - "three": "^0.179.1", + "three": "^0.181.1", "troika-three-text": "^0.52.4" } }