diff --git a/package-lock.json b/package-lock.json index f3a377e..1b11deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "core-js": "^3.33.2", - "three": "^0.115.0", + "three": "0.119.1", "vue": "^2.7.15", "vuetify": "^2.7.1", "vuex": "^3.6.2" @@ -9592,9 +9592,9 @@ } }, "node_modules/three": { - "version": "0.115.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.115.0.tgz", - "integrity": "sha512-mAV2Ky3RdcbdSbR9capI+tKLvRldWYxd4151PZTT/o7+U2jh9Is3a4KmnYwzyUAhB2ZA3pXSgCd2DOY4Tj5kow==" + "version": "0.119.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.119.1.tgz", + "integrity": "sha512-GHyh/RiUfQ5VTiWIVRRTANYoXc1PFB1y+jDVRTb649nif1uX1F06PT1TKU3k2+F/MN4UJ3PWvQB53fY2OqKqKw==" }, "node_modules/thunky": { "version": "1.1.0", @@ -17802,9 +17802,9 @@ } }, "three": { - "version": "0.115.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.115.0.tgz", - "integrity": "sha512-mAV2Ky3RdcbdSbR9capI+tKLvRldWYxd4151PZTT/o7+U2jh9Is3a4KmnYwzyUAhB2ZA3pXSgCd2DOY4Tj5kow==" + "version": "0.119.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.119.1.tgz", + "integrity": "sha512-GHyh/RiUfQ5VTiWIVRRTANYoXc1PFB1y+jDVRTb649nif1uX1F06PT1TKU3k2+F/MN4UJ3PWvQB53fY2OqKqKw==" }, "thunky": { "version": "1.1.0", diff --git a/package.json b/package.json index 15e97c7..ac39e23 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "core-js": "^3.33.2", - "three": "^0.115.0", + "three": "0.119.1", "vue": "^2.7.15", "vuetify": "^2.7.1", "vuex": "^3.6.2"