From eb604d50092b18687dc20ce4df2abed38ef296e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:50:06 +0000 Subject: [PATCH] Bump three from 0.159.0 to 0.160.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.159.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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 67d432735e..e0f3da7c85 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "compare_view": "^1.3.4", - "three": "^0.159.0" + "three": "^0.160.0" } } diff --git a/yarn.lock b/yarn.lock index 0281373403..6c318fe64e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,10 +57,10 @@ react@^18.2.0: dependencies: loose-envify "^1.1.0" -three@^0.159.0: - version "0.159.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.159.0.tgz#6576b1210805b14f0765bac41fd0e4ec18e43b2e" - integrity sha512-eCmhlLGbBgucuo4VEA9IO3Qpc7dh8Bd4VKzr7WfW4+8hMcIfoAVi1ev0pJYN9PTTsCslbcKgBwr2wNZ1EvLInA== +three@^0.160.0: + version "0.160.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.160.0.tgz#cd1e4dbd01aee0719280a9086d75545db52b7a8f" + integrity sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng== webvr-polyfill-dpdb@^1.0.17: version "1.0.18"