From 3b770c9be1fefffc651cc2669602b8e998e4d191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:08:52 +0000 Subject: [PATCH] build(deps): bump three from 0.135.0 to 0.160.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.135.0 to 0.160.1. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5daf28a..5f7a6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "gl-matrix": "^3.4.3", "kaitai-struct": "^0.10.0", "nipplejs": "^0.10.1", - "three": "^0.135.0" + "three": "^0.160.1" }, "devDependencies": { "filehound": "^1.17.6", @@ -3126,9 +3126,9 @@ } }, "node_modules/three": { - "version": "0.135.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz", - "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==" + "version": "0.160.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", + "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" }, "node_modules/thunky": { "version": "1.1.0", @@ -6086,9 +6086,9 @@ } }, "three": { - "version": "0.135.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.135.0.tgz", - "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==" + "version": "0.160.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", + "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" }, "thunky": { "version": "1.1.0", diff --git a/package.json b/package.json index 4506db2..c2cea99 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gl-matrix": "^3.4.3", "kaitai-struct": "^0.10.0", "nipplejs": "^0.10.1", - "three": "^0.135.0" + "three": "^0.160.1" }, "devDependencies": { "filehound": "^1.17.6",