From eb98f3d50cb3257073a5efb535113edfd0180374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:08:42 +0000 Subject: [PATCH] build(deps): bump three from 0.135.0 to 0.160.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.135.0 to 0.160.0. - [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..62064d8 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.0" }, "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.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" }, "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.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" }, "thunky": { "version": "1.1.0", diff --git a/package.json b/package.json index 4506db2..8abf1e9 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.0" }, "devDependencies": { "filehound": "^1.17.6",