diff --git a/package-lock.json b/package-lock.json index 7bc6baa..9ed773c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5297,9 +5297,9 @@ } }, "three": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.84.0.tgz", - "integrity": "sha1-lb6FpVoPoAKqYl7VWRMJV9z/2Rg=", + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==", "dev": true }, "through2": { diff --git a/package.json b/package.json index a92a99f..d3a962a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react": "^16.4.2", "react-dom": "^16.4.2", "script-loader": "^0.7.2", - "three": "0.84.0", + "three": "0.137.0", "webpack": "^4.16.4", "webpack-dev-middleware": "^3.1.3" } diff --git a/yarn.lock b/yarn.lock index 207aae7..39b3202 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3341,9 +3341,9 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.2" -three@0.84.0: - version "0.84.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.84.0.tgz#95be85a55a0fa002aa625ed559130957dcffd918" +three@0.137.0: + version "0.137.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.0.tgz#0ebd6ba66637a332c31f234bcdd35aeec071a6e3" through2@^2.0.0: version "2.0.3"