From 5bc0761c95df2bda3d45136cbd18c7e1cf9df392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:12:12 +0000 Subject: [PATCH] Bump three from 0.117.1 to 0.137.0 in /packages/3d-spinner-lazy 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] --- packages/3d-spinner-lazy/package.json | 2 +- packages/3d-spinner-lazy/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/3d-spinner-lazy/package.json b/packages/3d-spinner-lazy/package.json index 2b166b2..433fede 100644 --- a/packages/3d-spinner-lazy/package.json +++ b/packages/3d-spinner-lazy/package.json @@ -13,7 +13,7 @@ "react-dom": "^16.12.0", "react-intersection-observer": "^8.26.2", "react-three-fiber": "^4.2.10", - "three": "^0.117.1" + "three": "^0.137.0" }, "devDependencies": { "@types/node": "^14.0.13", diff --git a/packages/3d-spinner-lazy/yarn.lock b/packages/3d-spinner-lazy/yarn.lock index 78c75e4..edd8e4d 100644 --- a/packages/3d-spinner-lazy/yarn.lock +++ b/packages/3d-spinner-lazy/yarn.lock @@ -5980,10 +5980,10 @@ terser@^4.1.2: source-map "~0.6.1" source-map-support "~0.5.12" -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== through2@^2.0.0: version "2.0.5"