diff --git a/package-lock.json b/package-lock.json index 87a7187..9c8d853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16492,9 +16492,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "three": { - "version": "0.116.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz", - "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "throat": { "version": "4.1.0", diff --git a/package.json b/package.json index 4121f77..75f5db9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-preloaded": "^1.0.0", "react-reveal": "^1.2.2", "react-scripts": "^3.4.3", - "three": "^0.116.1" + "three": "^0.137.0" }, "scripts": { "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",