diff --git a/vr_editor/package-lock.json b/vr_editor/package-lock.json index 826f0db..8e53ead 100644 --- a/vr_editor/package-lock.json +++ b/vr_editor/package-lock.json @@ -855,9 +855,9 @@ } }, "three": { - "version": "0.103.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.103.0.tgz", - "integrity": "sha512-4WKRHTMt96sp+lX+Hx/eHtN9CWFyejDqr1ikgxZUJIkKEHVglSE7FY8n81NC6yWXqVSjUIQQppaxsoUe26Zi9g==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "timers-browserify": { "version": "2.0.10", diff --git a/vr_editor/package.json b/vr_editor/package.json index 398bc72..3c90d5a 100644 --- a/vr_editor/package.json +++ b/vr_editor/package.json @@ -12,6 +12,6 @@ "create-react-class": "^15.6.3", "react": "^16.8.6", "react-dom": "^16.8.6", - "three": "^0.103.0" + "three": "^0.137.0" } }