diff --git a/max/node-for-max/package-lock.json b/max/node-for-max/package-lock.json index 9104107..38532f5 100644 --- a/max/node-for-max/package-lock.json +++ b/max/node-for-max/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/max/node-for-max/package.json b/max/node-for-max/package.json index f5fef40..da40fb6 100644 --- a/max/node-for-max/package.json +++ b/max/node-for-max/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" } }