From 8d609c4ff4a2e550c43d910b97392d0f15460870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:05:21 +0000 Subject: [PATCH] Bump three from 0.103.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.103.0 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-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6b31ff..3df9160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8039,9 +8039,9 @@ } }, "three": { - "version": "0.103.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.103.0.tgz", - "integrity": "sha512-4WKRHTMt96sp+lX+Hx/eHtN9CWFyejDqr1ikgxZUJIkKEHVglSE7FY8n81NC6yWXqVSjUIQQppaxsoUe26Zi9g==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 2fcdf1c..25b37ed 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "googleapis": "39", "intersection-observer": "^0.7.0", "seed-random": "2.2.0", - "three": "0.103.0" + "three": "0.137.0" }, "devDependencies": { "@babel/core": "^7.0.0-0", diff --git a/yarn.lock b/yarn.lock index 1033897..13f05de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6082,10 +6082,10 @@ terser@^3.16.1, terser@^3.7.3: source-map "~0.6.1" source-map-support "~0.5.10" -three@0.103.0: - version "0.103.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.103.0.tgz#63b3dbccc861caad93269618061a73dadebae71b" - integrity sha512-4WKRHTMt96sp+lX+Hx/eHtN9CWFyejDqr1ikgxZUJIkKEHVglSE7FY8n81NC6yWXqVSjUIQQppaxsoUe26Zi9g== +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.3: version "2.0.5"