diff --git a/package-lock.json b/package-lock.json index b6e6a55..865983c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10611,9 +10611,9 @@ } }, "three": { - "version": "0.118.3", - "resolved": "https://registry.npmjs.org/three/-/three-0.118.3.tgz", - "integrity": "sha512-ijECXrNzDkHieoeh2H69kgawTGH8DiamhR4uBN8jEM7VHSKvfTdEvOoHsA8Aq7dh7PHAxhlqBsN5arBI3KixSw==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 5483c15..0405da5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "core-js": "^3.6.4", - "three": "^0.118.3", + "three": "^0.125.0", "uuid": "^7.0.1", "vue": "^2.6.11" },