diff --git a/package-lock.json b/package-lock.json index 1549cfc..355f6a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1336,9 +1336,9 @@ } }, "big-integer": { - "version": "1.6.48", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.48.tgz", - "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==" + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==" }, "binary-extensions": { "version": "1.13.1", @@ -6585,9 +6585,9 @@ } }, "three": { - "version": "0.110.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.110.0.tgz", - "integrity": "sha512-wlurH8XBO9Sd5VIw8nBa+taLR20kqaI4e9FiuMh6tqK8eOS2q2R+ZoUyufbyDTVTHhs8GiTbv0r2CMLkwerFJg==" + "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 2abab74..4e582ca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "ds-glasses-code": "git+https://github.com/StudioProcess/ds-glasses-code.git#0.3.0", "postprocessing": "^6.8.9", - "three": "^0.110.0", + "three": "^0.137.0", "vue": "^2.6.10", "vue-hot-reload-api": "^2.3.4", "vue-router": "^3.1.3"