From 9f69a171bdbc96dac89d25e48b4934cd90542daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:16:36 +0000 Subject: [PATCH] Bump three from 0.119.1 to 0.137.0 in /frontend Bumps [three](https://github.com/mrdoob/three.js) from 0.119.1 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:development ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0bbbe5b..880ee9b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "source-map-support": "^0.5.19", "source-sans-pro": "^2.45.0", "style-loader": "^3.3.1", - "three": "^0.119.0", + "three": "^0.137.0", "throng": "^5.0.0", "typescript": "~4.3.2", "vanta": "^0.5.21", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c0202dc..c51cb9d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3470,10 +3470,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -three@^0.119.0: - version "0.119.1" - resolved "https://registry.yarnpkg.com/three/-/three-0.119.1.tgz#9d979a082c4cd9622af8e3498a8dfa026a619332" - integrity sha512-GHyh/RiUfQ5VTiWIVRRTANYoXc1PFB1y+jDVRTb649nif1uX1F06PT1TKU3k2+F/MN4UJ3PWvQB53fY2OqKqKw== +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== throng@^5.0.0: version "5.0.0"