From c7de80ceb252c1008031ba588027818a726cfc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:03:31 +0000 Subject: [PATCH] Bump three from 0.84.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.84.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4868308..9435645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "spring-animator-1": "npm:spring-animator@^1.0.3", "standard": "14.3.1", "static-kdtree": "^1.0.2", - "three": "^0.84.0", + "three": "^0.137.0", "tinycolor2": "^1.4.1", "triangle-normal": "^0.0.0", "underscore": "^1.9.1", @@ -12982,9 +12982,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "node_modules/three": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.84.0.tgz", - "integrity": "sha1-lb6FpVoPoAKqYl7VWRMJV9z/2Rg=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "node_modules/through": { "version": "2.3.8", @@ -25136,9 +25136,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "three": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.84.0.tgz", - "integrity": "sha1-lb6FpVoPoAKqYl7VWRMJV9z/2Rg=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 2be74bd..b469683 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "spring-animator-1": "npm:spring-animator@^1.0.3", "standard": "14.3.1", "static-kdtree": "^1.0.2", - "three": "^0.84.0", + "three": "^0.137.0", "tinycolor2": "^1.4.1", "triangle-normal": "^0.0.0", "underscore": "^1.9.1",