diff --git a/package-lock.json b/package-lock.json index aa773f3..48f2b94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17755,9 +17755,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "three": { - "version": "0.108.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.108.0.tgz", - "integrity": "sha512-d1ysIXwi8qTlbmMwrTxi5pYiiYIflEr0e48krP0LAY8ndS8c6fkLHn6NvRT+o76/Fs9PBLxFViuI62iGVWwwlg==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index d6c98f3..7eb833f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-dom": "^16.9.0", "react-easy-swipe": "0.0.18", "react-helmet": "^5.2.1", - "three": "^0.108.0" + "three": "^0.137.0" }, "devDependencies": { "dotenv": "^8.2.0",