From 0692cc2c6e78afe04ada4846bfdd3950a08cefaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:05:11 +0000 Subject: [PATCH] Bump three from 0.118.3 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.118.3 to 0.137.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 ... 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 004165b..7040aa6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gridsome-plugin-netlify-cms": "^1.0.9", "gridsome-plugin-remark-codesandbox": "^0.4.2", "netlify-cms": "^2.10.54", - "three": "^0.118.3", + "three": "^0.137.0", "three-full": "^28.0.2", "vue-burger-menu": "^2.0.5" }, diff --git a/yarn.lock b/yarn.lock index 480f4b9..a6d91fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11111,10 +11111,10 @@ three-full@^28.0.2: resolved "https://registry.yarnpkg.com/three-full/-/three-full-28.0.2.tgz#5e75f28904bd6050f868d68b7e68ac747e2a8c76" integrity sha512-KJKj47qYcRbT6efPQ5kV5/uxiIq9lX0tf/eK2B6KarqRUY8JcF+vN9R5r+6wZMekBrO/sGD6gEQkKUcCN7G7tA== -three@^0.118.3: - version "0.118.3" - resolved "https://registry.yarnpkg.com/three/-/three-0.118.3.tgz#c0bf8c10a68155478f12f4ccac2ff979526a4a0a" - integrity sha512-ijECXrNzDkHieoeh2H69kgawTGH8DiamhR4uBN8jEM7VHSKvfTdEvOoHsA8Aq7dh7PHAxhlqBsN5arBI3KixSw== +three@^0.137.0: + version "0.137.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.0.tgz#0ebd6ba66637a332c31f234bcdd35aeec071a6e3" + integrity sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA== through2@^2.0.0: version "2.0.5"