diff --git a/package.json b/package.json index 3b67bf9..04f3f91 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^6.2.0", "rollup-plugin-node-resolve": "^5.2.0", - "three": "^0.107.0" + "three": "^0.125.0" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 386811f..b47a6a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3473,15 +3473,10 @@ three-orbitcontrols@^2.102.2: resolved "https://registry.yarnpkg.com/three-orbitcontrols/-/three-orbitcontrols-2.102.2.tgz#4126cbc941227ef03acdd9f2cc0551b7c7271e64" integrity sha512-VIJpnJoL6PXbGiTX+z68/uu9E+I8cACVr6m1qm9yjfel6PU1/VE78B6gar9fVaQUhrXCCK0GlvpYsyZjCsisrQ== -three@*: - version "0.105.2" - resolved "https://registry.yarnpkg.com/three/-/three-0.105.2.tgz#d135f1549bdcf5a9acd904ba3dbf9198a0268984" - integrity sha512-L3Al37k4g3hVbgFFS251UVtIc25chhyN0/RvXzR0C+uIBToV6EKDG+MZzEXm9L2miGUVMK27W46/VkP6WUZXMg== - -three@^0.107.0: - version "0.107.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.107.0.tgz#0c862c348d61bd3f22058e01f5e771c1294315a1" - integrity sha512-vqbKJRLBEviPVa7poEzXocobicwxzsctr5mnymA7n8fEzcVS49rYP0RrwqZ98JqujRoruK+/YzcchNpRP+kXsQ== +three@*, three@^0.125.0: + version "0.125.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.125.0.tgz#19e922b9dc51ad0b706893aeee888de68e99850a" + integrity sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw== through@^2.3.6: version "2.3.8"