From 6db9c06478bf55efb86a21406a251e70f3d218ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:32:16 +0000 Subject: [PATCH] build(deps): bump three from 0.183.1 to 0.183.2 Bumps [three](https://github.com/mrdoob/three.js) from 0.183.1 to 0.183.2. - [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.183.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b479e94..e1a9984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-error-boundary": "^6.1.1", - "three": "^0.183.1" + "three": "^0.183.2" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -7717,9 +7717,9 @@ } }, "node_modules/three": { - "version": "0.183.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.183.1.tgz", - "integrity": "sha512-Psv6bbd3d/M/01MT2zZ+VmD0Vj2dbWTNhfe4CuSg7w5TuW96M3NOyCVuh9SZQ05CpGmD7NEcJhZw4GVjhCYxfQ==", + "version": "0.183.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz", + "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==", "license": "MIT" }, "node_modules/three-mesh-bvh": { diff --git a/package.json b/package.json index 257df6b..3c10b06 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-error-boundary": "^6.1.1", - "three": "^0.183.1" + "three": "^0.183.2" }, "devDependencies": { "@eslint/js": "^9.39.2",