From bf61d709c839081a52078c5c8a6764092bff7fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:08:45 +0000 Subject: [PATCH] Bump three from 0.116.1 to 0.137.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6a33ae..0d7e6ee 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^17", "react-dom": "^17", "tachyons": "^4", - "three": "^0.116" + "three": "^0.137" }, "devDependencies": { "@types/formidable": "^1", diff --git a/yarn.lock b/yarn.lock index 39d7908..974e2e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1861,10 +1861,10 @@ tar-stream@^2.1.4: inherits "^2.0.3" readable-stream "^3.1.1" -three@^0.116: - 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: + version "0.137.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.0.tgz#0ebd6ba66637a332c31f234bcdd35aeec071a6e3" + integrity sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA== timers-browserify@^2.0.4: version "2.0.12"