diff --git a/package-lock.json b/package-lock.json index 6df90b00..933c9efd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "make-dir-cli": "^4.0.0", "monaco-editor": "^0.52.0", "rimraf": "^6.0.0", - "three": "^0.169.0", + "three": "^0.170.0", "ts-jest": "^27.0.7", "ts-node": "^10.9.1", "typedoc": "^0.26.3", @@ -7583,9 +7583,9 @@ } }, "node_modules/three": { - "version": "0.169.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.169.0.tgz", - "integrity": "sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==", + "version": "0.170.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz", + "integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==", "dev": true }, "node_modules/throat": { diff --git a/package.json b/package.json index 50ed3a7a..846240b6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "make-dir-cli": "^4.0.0", "monaco-editor": "^0.52.0", "rimraf": "^6.0.0", - "three": "^0.169.0", + "three": "^0.170.0", "ts-jest": "^27.0.7", "ts-node": "^10.9.1", "typedoc": "^0.26.3", diff --git a/yarn.lock b/yarn.lock index 0f4a5daa..ac529ec0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4184,10 +4184,10 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" -three@^0.169.0: - version "0.169.0" - resolved "https://registry.npmjs.org/three/-/three-0.169.0.tgz" - integrity sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w== +three@^0.170.0: + version "0.170.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.170.0.tgz#6087f97aab79e9e9312f9c89fcef6808642dfbb7" + integrity sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ== throat@^6.0.1: version "6.0.2"