From 7848c30394d4d664d8755f453796adb88f2863bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:05:03 +0000 Subject: [PATCH] Bump three from 0.176.0 to 0.183.2 Bumps [three](https://github.com/mrdoob/three.js) from 0.176.0 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-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 3b778f8af..ac2bc09cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "styled-components": "^6.1.8", "swiper": "^11.1.4", "tailwind-merge": "^3.4.0", - "three": "^0.176.0", + "three": "^0.183.2", "vanilla-tilt": "^1.8.1" }, "devDependencies": { @@ -28174,9 +28174,9 @@ "license": "MIT" }, "node_modules/three": { - "version": "0.176.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.176.0.tgz", - "integrity": "sha512-PWRKYWQo23ojf9oZSlRGH8K09q7nRSWx6LY/HF/UUrMdYgN9i1e2OwJYHoQjwc6HF/4lvvYLC5YC1X8UJL2ZpA==", + "version": "0.183.2", + "resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz", + "integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==", "license": "MIT" }, "node_modules/through2": { diff --git a/package.json b/package.json index 754e47ca9..b5b0bd889 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "styled-components": "^6.1.8", "swiper": "^11.1.4", "tailwind-merge": "^3.4.0", - "three": "^0.176.0", + "three": "^0.183.2", "vanilla-tilt": "^1.8.1" }, "devDependencies": {