diff --git a/package-lock.json b/package-lock.json index fda5023..e818a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8813,9 +8813,9 @@ } }, "three": { - "version": "0.87.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.87.1.tgz", - "integrity": "sha1-Rmo07cRUNFnO2bnX0na2Uhb+K6g=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-gltf2-loader": { "version": "1.2.0", diff --git a/package.json b/package.json index 54514d2..820451b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-360": "~1.1.0", "react-360-web": "~1.1.0", "react-native": "~0.55.4", - "three": "^0.87.0" + "three": "^0.137.0" }, "devDependencies": { "babel-jest": "^19.0.0",