From 64a36818227b8bc2d938e3415b8332f9a750c421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:12:14 +0000 Subject: [PATCH] Bump three from 0.117.1 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.117.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: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 aa84606..8c87d24 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "dat.gui": "^0.7.7", - "three": "0.117.1" + "three": "0.137.0" }, "devDependencies": { "@babel/core": "^7.7.0", diff --git a/yarn.lock b/yarn.lock index 0f88123..2aefa1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5916,10 +5916,10 @@ tfunk@^3.0.1: chalk "^1.1.1" object-path "^0.9.0" -three@0.117.1: - version "0.117.1" - resolved "https://registry.yarnpkg.com/three/-/three-0.117.1.tgz#a49bcb1a6ddea2f250003e42585dc3e78e92b9d3" - integrity sha512-t4zeJhlNzUIj9+ub0l6nICVimSuRTZJOqvk3Rmlu+YGdTOJ49Wna8p7aumpkXJakJfITiybfpYE1XN1o1Z34UQ== +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== through@^2.3.6, through@^2.3.8: version "2.3.8"