diff --git a/package-lock.json b/package-lock.json index 04701c6..db25a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3667,9 +3667,9 @@ } }, "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==", "dev": true }, "through2": { diff --git a/package.json b/package.json index f656c38..c599e13 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "^12.7.8", "@types/three": "^0.103.2", "lodash": "^4.17.15", - "three": "^0.108.0", + "three": "^0.137.0", "ts-loader": "^6.1.0", "typescript": "^3.8.3", "webpack": "^4.39.3",