diff --git a/package-lock.json b/package-lock.json index df74c8d..f9965e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1484,9 +1484,9 @@ } }, "three": { - "version": "0.134.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.134.0.tgz", - "integrity": "sha512-LbBerg7GaSPjYtTOnu41AMp7tV6efUNR3p4Wk5NzkSsNTBuA5mDGOfwwZL1jhhVMLx9V20HolIUo0+U3AXehbg==" + "version": "0.135.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz", + "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 1044433..380930b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "three": "^0.134.0" + "three": "^0.135.0" } }