diff --git a/package-lock.json b/package-lock.json index 8e979a7..a8936d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5840,6 +5840,13 @@ "integrity": "sha512-VgD/iEl+AEAGivJmGyazCTBgEJ7Apl6TaNAur1zYfb6TFEmFaTDfak8p4TmNqz6DfzEZPKG++lXgfatIvELqNA==", "requires": { "three": "0.87.1" + }, + "dependencies": { + "three": { + "version": "0.87.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.87.1.tgz", + "integrity": "sha1-Rmo07cRUNFnO2bnX0na2Uhb+K6g=" + } } }, "p-cancelable": { @@ -7465,9 +7472,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.1.0", diff --git a/package.json b/package.json index 975a5eb..a350440 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-timer-mixin": "^0.13.4", "react-vr": "~2.0.0", "react-vr-web": "~2.0.0", - "three": "^0.87.0" + "three": "^0.137.0" }, "devDependencies": { "babel-jest": "^19.0.0", diff --git a/yarn.lock b/yarn.lock index 2a7701d..cb330a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4776,6 +4776,10 @@ three-gltf2-loader@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/three-gltf2-loader/-/three-gltf2-loader-1.1.0.tgz#c610810b8124f1d56e1cad48b6955c3f46296660" +three@^0.137.0: + version "0.137.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.0.tgz#0ebd6ba66637a332c31f234bcdd35aeec071a6e3" + three@^0.87.0: version "0.87.1" resolved "https://registry.yarnpkg.com/three/-/three-0.87.1.tgz#466a34edc4543459ced9b9d7d276b65216fe2ba8"