diff --git a/package-lock.json b/package-lock.json index 5272e24..d2844b5 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.120.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.120.1.tgz", + "integrity": "sha512-ktaCRFUR7JUZcKec+cBRz+oBex5pOVaJhrtxvFF2T7on53o9UkEux+/Nh1g/4zeb4t/pbxIFcADbn/ACu3LC1g==" }, "three-orbit-controls": { "version": "82.1.0", diff --git a/package.json b/package.json index 7842e8a..de8d0ba 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.120.1", "three-orbit-controls": "^82.1.0", "vue": "^2.5.17", "vue-resize-directive": "^1.0.0"