diff --git a/node/package-lock.json b/node/package-lock.json index d34cb48..7b7e22e 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -15,9 +15,9 @@ "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==" }, "three": { - "version": "0.107.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.107.0.tgz", - "integrity": "sha512-vqbKJRLBEviPVa7poEzXocobicwxzsctr5mnymA7n8fEzcVS49rYP0RrwqZ98JqujRoruK+/YzcchNpRP+kXsQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "ws": { "version": "7.1.2", diff --git a/node/package.json b/node/package.json index f2885dd..eefc67e 100644 --- a/node/package.json +++ b/node/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "esm": "^3.2.25", - "three": "^0.107.0", + "three": "^0.125.0", "ws": "^7.1.2" } }