From 77adc6a970e0140fbedce8bcda2e29e6ea0e576c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:22:42 +0000 Subject: [PATCH] Bump three from 0.172.0 to 0.173.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.172.0 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 0dda809..58ce0ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-tooltip": "^5.28.0", "slick-carousel": "^1.8.1", "styled-components": "^6.1.15", - "three": "^0.172.0", + "three": "^0.173.0", "web-vitals": "^2.1.4", "workbox-core": "^7.3.0", "workbox-expiration": "^7.3.0", @@ -18407,9 +18407,9 @@ } }, "node_modules/three": { - "version": "0.172.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", - "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==", + "version": "0.173.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.173.0.tgz", + "integrity": "sha512-AUwVmViIEUgBwxJJ7stnF0NkPpZxx1aZ6WiAbQ/Qq61h6I9UR4grXtZDmO8mnlaNORhHnIBlXJ1uBxILEKuVyw==", "license": "MIT" }, "node_modules/throat": { diff --git a/package.json b/package.json index 973c990..116a812 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-tooltip": "^5.28.0", "slick-carousel": "^1.8.1", "styled-components": "^6.1.15", - "three": "^0.172.0", + "three": "^0.173.0", "web-vitals": "^2.1.4", "workbox-core": "^7.3.0", "workbox-expiration": "^7.3.0",