diff --git a/package-lock.json b/package-lock.json index 2534d76..aaa0817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mak-frontend", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3458,9 +3458,9 @@ } }, "three": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.90.0.tgz", - "integrity": "sha512-sCTgOp/0ITLy0bsUoNeUROq2Tt1G0+StfRBs9ljFTENRF5JkKlTjZ+RWSH6qyq6O3c5fDKRupfuqZE/+LbETiA==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "throttleit": { "version": "0.0.2", diff --git a/package.json b/package.json index 6ac04dd..2b5066c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "pouchdb": "6.3.4", "rxjs": "^5.5.6", "stats.js": "^0.17.0", - "three": "^0.90.0", + "three": "^0.137.0", "worker-pouch": "^2.1.0" } }