From a75193ac03008cfdf2a829d34b05fa9a2bdba855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:58:31 +0000 Subject: [PATCH] chore(deps): bump three and @types/three 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.134.0 to 0.143.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.134.0 to 0.143.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] --- package.json | 4 ++-- yarn.lock | 23 +++++++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c31fa58595..bb47d6bc94 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "syuilo-password-strength": "0.0.1", "terser-webpack-plugin": "4.2.3", "textarea-caret": "3.1.0", - "three": "0.134.0", + "three": "0.143.0", "throttle-debounce": "4.0.1", "tinycolor2": "1.4.2", "tmp": "0.2.1", @@ -268,7 +268,7 @@ "@types/sharp": "0.30.4", "@types/showdown": "2.0.0", "@types/speakeasy": "2.0.7", - "@types/three": "0.134.0", + "@types/three": "0.143.0", "@types/throttle-debounce": "4.0.0", "@types/tinycolor2": "1.4.3", "@types/tmp": "0.2.3", diff --git a/yarn.lock b/yarn.lock index 0d1d8d3991..b03dc8b6fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -989,10 +989,12 @@ resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4" integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ== -"@types/three@0.134.0": - version "0.134.0" - resolved "https://registry.yarnpkg.com/@types/three/-/three-0.134.0.tgz#22ae9892f4490faaf35f0ccea127df18407b8ab3" - integrity sha512-4YB+99Rgqq27EjiYTItEoZtdjLnTh8W9LxowgpC9eWsjaQJIL4Kn/ZcUKAnW3gB/jS4hqGN8iqmid+RcUZDzpA== +"@types/three@0.143.0": + version "0.143.0" + resolved "https://registry.yarnpkg.com/@types/three/-/three-0.143.0.tgz#686f1221c4c89d797713f0533d2f129afcc3572d" + integrity sha512-c5PonXOt8xk5q4ygmyjOX4Ec+FA7gwfdcMT/PveE9xrJs/0DDcf2lJkWrhEcmvx2ZefQCQBcogABnGqB0P4OsA== + dependencies: + "@types/webxr" "*" "@types/throttle-debounce@4.0.0": version "4.0.0" @@ -1109,6 +1111,11 @@ dependencies: "@types/node" "*" +"@types/webxr@*": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@types/webxr/-/webxr-0.5.0.tgz#aae1cef3210d88fd4204f8c33385a0bbc4da07c9" + integrity sha512-IUMDPSXnYIbEO2IereEFcgcqfDREOgmbGqtrMpVPpACTU6pltYLwHgVkrnYv0XhWEcjio9sYEfIEzgn3c7nDqA== + "@types/ws@8.5.3", "@types/ws@^8.5.1": version "8.5.3" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d" @@ -10325,10 +10332,10 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -three@0.134.0: - version "0.134.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.134.0.tgz#d7ad4d85d050da0861bf39749b06ddfb5f17157f" - integrity sha512-LbBerg7GaSPjYtTOnu41AMp7tV6efUNR3p4Wk5NzkSsNTBuA5mDGOfwwZL1jhhVMLx9V20HolIUo0+U3AXehbg== +three@0.143.0: + version "0.143.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.143.0.tgz#1455bca132cc2b20beb7f41d313e10c29e5ed9df" + integrity sha512-oKcAGYHhJ46TGEuHjodo2n6TY2R6lbvrkp+feKZxqsUL/WkH7GKKaeu6RHeyb2Xjfk2dPLRKLsOP0KM2VgT8Zg== throttle-debounce@4.0.1: version "4.0.1"