diff --git a/package-lock.json b/package-lock.json index 5272e24..c0da957 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,9 +25,9 @@ "integrity": "sha512-EAwEFghGNv8mlYC4CZzI5kWghsnP8uBKXw6VLRHtXkOk5xySfUKLTqTkjgJFfDluIkf/O7eZwi5MXP50VeTbUg==" }, "three": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.88.0.tgz", - "integrity": "sha1-QlbC/Djk+yOg0j66K2zOTfjkZtU=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-orbit-controls": { "version": "82.1.0", diff --git a/package.json b/package.json index 7842e8a..6b0fc01 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/ianpaschal/three-vue-viewport#readme", "dependencies": { "stats-js": "^1.0.0-alpha1", - "three": "^0.88.0", + "three": "^0.137.0", "three-orbit-controls": "^82.1.0", "vue": "^2.5.17", "vue-resize-directive": "^1.0.0"