diff --git a/package-lock.json b/package-lock.json index 1a98e20..811ab8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3207,9 +3207,9 @@ } }, "three": { - "version": "0.122.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.122.0.tgz", - "integrity": "sha512-bgYMo0WdaQhf7DhLE8OSNN/rVFO5J4K1A2VeeKqoV4MjjuHjfCP6xLpg8Xedhns7NlEnN3sZ6VJROq19Qyl6Sg==" + "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 0eff8fb..40b9d07 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "author": "James Milner", "license": "MIT and LGPLv3", "dependencies": { - "three": "^0.122.0" + "three": "^0.137.0" }, "devDependencies": { "@types/three": "^0.103.2",