diff --git a/package-lock.json b/package-lock.json index 68f434c..f80ae68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3126,9 +3126,9 @@ } }, "three": { - "version": "0.132.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.132.2.tgz", - "integrity": "sha512-0wcR7LxxkXMn6Gi58gEs3QvY8WpTVXA31L2VOvpjm4ZPYFRHCZC13UqynheFoS5OXDYgtBneN0dhbaNBE8iLhQ==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index ee1242e..02690b0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ }, "dependencies": { "postprocessing": "^6.22.5", - "three": "^0.132.2" + "three": "^0.137.0" } }