diff --git a/package-lock.json b/package-lock.json index 398de4a2..095a6a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@compodoc/compodoc": "^1.1.23", "dagre": "^0.8.5", "rxjs": "~7.8.1", - "three": "^0.160.0", + "three": "^0.160.1", "tslib": "^2.6.2", "uuid": "^9.0.1", "yaml": "^2.3.4", @@ -24329,9 +24329,9 @@ "dev": true }, "node_modules/three": { - "version": "0.160.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", - "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" + "version": "0.160.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", + "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" }, "node_modules/through": { "version": "2.3.8", diff --git a/package.json b/package.json index 00babe01..34683572 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@compodoc/compodoc": "^1.1.23", "dagre": "^0.8.5", "rxjs": "~7.8.1", - "three": "^0.160.0", + "three": "^0.160.1", "tslib": "^2.6.2", "uuid": "^9.0.1", "yaml": "^2.3.4",