From 0e508ad9c449f5558671984c238e8a68a7739f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:11:28 +0000 Subject: [PATCH] Bump three from 0.167.1 to 0.173.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.167.1 to 0.173.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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee43f5f..076bcdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "tailwind-scrollbar": "^3.1.0", "tailwind-variants": "^0.2.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.167.0", + "three": "^0.173.0", "three-globe": "^2.31.0" }, "devDependencies": { @@ -13447,9 +13447,9 @@ } }, "node_modules/three": { - "version": "0.167.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.167.1.tgz", - "integrity": "sha512-gYTLJA/UQip6J/tJvl91YYqlZF47+D/kxiWrbTon35ZHlXEN0VOo+Qke2walF1/x92v55H6enomymg4Dak52kw==", + "version": "0.173.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.173.0.tgz", + "integrity": "sha512-AUwVmViIEUgBwxJJ7stnF0NkPpZxx1aZ6WiAbQ/Qq61h6I9UR4grXtZDmO8mnlaNORhHnIBlXJ1uBxILEKuVyw==", "license": "MIT" }, "node_modules/three-conic-polygon-geometry": { diff --git a/package.json b/package.json index 2f74f78..47c2243 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "tailwind-scrollbar": "^3.1.0", "tailwind-variants": "^0.2.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.167.0", + "three": "^0.173.0", "three-globe": "^2.31.0" }, "devDependencies": {