From b51d18c78ec4317b05a030aa019ea67aedf108dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:00:07 -0700 Subject: [PATCH] Bump three and @types/three (#89) Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together. Updates `three` from 0.157.0 to 0.160.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.157.2 to 0.160.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5bf5a27..f95195e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@testing-library/svelte": "^4.0.5", "@types/object.groupby": "^1.0.3", "@types/testing-library__jest-dom": "^6.0.0", - "@types/three": "^0.157.2", + "@types/three": "^0.160.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitest/ui": "^1.1.2", @@ -57,6 +57,6 @@ "core-js-pure": "^3.35.0", "object.groupby": "^1.0.1", "svelte-autosize": "^1.1.0", - "three": "^0.157.0" + "three": "^0.160.0" } } diff --git a/yarn.lock b/yarn.lock index ee91fdc..196eb29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -804,10 +804,10 @@ dependencies: "@testing-library/jest-dom" "*" -"@types/three@^0.157.2": - version "0.157.2" - resolved "https://registry.yarnpkg.com/@types/three/-/three-0.157.2.tgz#f22b9a4b6c9f2ed35de88f4346e57ee7296473cb" - integrity sha512-2kykrMgvO5LTAiahadM6ijoER+GcbEJ61pQVOyGxIJTCASoUnzwJvfhilsLxvEw4+glzhLYUDvvTvNjx+58Vzw== +"@types/three@^0.160.0": + version "0.160.0" + resolved "https://registry.yarnpkg.com/@types/three/-/three-0.160.0.tgz#7915a97e0a14ccaa9ccbb9f190c5730b04a23075" + integrity sha512-jWlbUBovicUKaOYxzgkLlhkiEQJkhCVvg4W2IYD2trqD2om3VK4DGLpHH5zQHNr7RweZK/5re/4IVhbhvxbV9w== dependencies: "@types/stats.js" "*" "@types/webxr" "*" @@ -3696,10 +3696,10 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -three@^0.157.0: - version "0.157.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.157.0.tgz#5baac531941fc8c4ca62d45ee4265652e03318d0" - integrity sha512-CeAwQrf4x3z0/e+MC4F+nXLW5t0gh3pw+L6CCBqpHvOq3bGYIgRYub7Pv0j/9wR+d++OiEglyZzWyuSYbwWGOA== +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== tiny-glob@^0.2.9: version "0.2.9"