diff --git a/package-lock.json b/package-lock.json index abf45c2..112cd87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8157,9 +8157,9 @@ } }, "three": { - "version": "0.89.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.89.0.tgz", - "integrity": "sha1-RELYGaYWiHG40ss3rRKiQxDBcPU=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 4ee99f3..523514f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tweenjs/tween.js": "^18.5.0", "@vue/cli-service": "^4.1.2", "ros3d": "^1.0.1", - "three": "^0.89.0" + "three": "^0.137.0" }, "devDependencies": { "jsdoc": "^3.6.4",