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"