From 3846afeb575a906c15f2db474ae4e080082756b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:06:21 +0000 Subject: [PATCH] Bump three from 0.116.1 to 0.137.0 in /gatsby Bumps [three](https://github.com/mrdoob/three.js) from 0.116.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] --- gatsby/package.json | 2 +- gatsby/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gatsby/package.json b/gatsby/package.json index 5122763..5e1f658 100644 --- a/gatsby/package.json +++ b/gatsby/package.json @@ -30,7 +30,7 @@ "react-helmet": "^6.0.0", "react-share": "^4.1.0", "tailwindcss": "^1.4.4", - "three": "^0.116.1", + "three": "^0.137.0", "typeface-pt-serif": "^0.0.72" }, "keywords": [ diff --git a/gatsby/yarn.lock b/gatsby/yarn.lock index d6493b3..f511163 100644 --- a/gatsby/yarn.lock +++ b/gatsby/yarn.lock @@ -13358,10 +13358,10 @@ text-table@0.2.0, 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.116.1: - version "0.116.1" - resolved "https://registry.yarnpkg.com/three/-/three-0.116.1.tgz#a393f7a81fdc3e2fbf57ded5ba47dc5bd3678ce0" - integrity sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ== +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, through2@^2.0.1: version "2.0.5"