From 97c38653bfc55d478f21817848ffd55ee34795d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 22:11:32 +0000 Subject: [PATCH] Bump three from 0.125.2 to 0.137.2 Bumps [three](https://github.com/mrdoob/three.js) from 0.125.2 to 0.137.2. - [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 | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3bfce6c..dab8373 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "rollup": "^2.38.5", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", - "three": "^0.125.2", + "three": "^0.137.2", "typedoc": "^0.21.0", "typescript": "^4.1.3", "vuepress": "^1.8.0", diff --git a/yarn.lock b/yarn.lock index d419bf7..6be9edd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11929,15 +11929,10 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -three@>=0.125.2: - version "0.126.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.126.0.tgz#924818341cd4441ef247e3cbf236f6160b90a216" - integrity sha512-/MecvboUefStCkUfXLImoJxthN+FoLPcEP7pz1r1Dd9i8BPGGuj+S1sOPRvW4Z+ViZjP2oWWm1inNC/MT52ybA== - -three@^0.125.2: - version "0.125.2" - resolved "https://registry.yarnpkg.com/three/-/three-0.125.2.tgz#dcba12749a2eb41522e15212b919cd3fbf729b12" - integrity sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA== +three@>=0.125.2, three@^0.137.2: + version "0.137.2" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.2.tgz#e44cc92d491b2e73edec0a711041633d59fa2e6c" + integrity sha512-xpolba5gUR10WOH3Msi4hcfJoCuQsfGUTGhRmAuic4mgCAtfHFM8E/yk+jYWHlkG/Qjf5Xg+Qij6gGXIOwV8Tw== through2@^2.0.0, through2@^2.0.2: version "2.0.5"