From abef8b310d8cdf8869b3395825deb80353863f77 Mon Sep 17 00:00:00 2001 From: Kieran Farr Date: Mon, 27 Jan 2025 16:53:38 -0800 Subject: [PATCH] upgrade three node package --- 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 ff203300..ead61b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-dom": "^18.2.0", "react-select": "^5.4.0", "stripe": "^15.8.0", - "three": "0.145.0", + "three": "0.172.0", "uuid": "^9.0.0", "zustand": "^5.0.1" }, @@ -20233,9 +20233,9 @@ } }, "node_modules/three": { - "version": "0.145.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.145.0.tgz", - "integrity": "sha512-EKoHQEtEJ4CB6b2BGMBgLZrfwLjXcSUfoI/MiIXUuRpeYsfK5aPWbYhdtIVWOH+x6X0TouldHKHBuc/LAiFzAw==" + "version": "0.172.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", + "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==" }, "node_modules/three-pathfinding": { "version": "1.3.0", diff --git a/package.json b/package.json index c0b56dee..8d973939 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-dom": "^18.2.0", "react-select": "^5.4.0", "stripe": "^15.8.0", - "three": "0.145.0", + "three": "0.172.0", "uuid": "^9.0.0", "zustand": "^5.0.1" },