diff --git a/max/node-for-max/package-lock.json b/max/node-for-max/package-lock.json index 9104107..d72e2c3 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.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "ws": { "version": "7.1.2", diff --git a/max/node-for-max/package.json b/max/node-for-max/package.json index f5fef40..856824f 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.137.0", "ws": "^7.1.2" } }