From 40ba45ee110e2b83e6ad0ee5d1666395594ba4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:08:08 +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 9afead5..c646a94 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "d3-scale": "^3.2.1", "d3-scale-chromatic": "^1.5.0", "jquery": "^3.4.1", - "three": "^0.118.0", + "three": "^0.137.0", "uuid": "^3.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 401e99a..1cd3932 100644 --- a/yarn.lock +++ b/yarn.lock @@ -91,10 +91,10 @@ jquery@^3.4.1: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== -three@^0.118.0: - 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== typescript@~3.1.2: version "3.1.6"