From 04d70fbf8b833f8f2f855529b27935c4ddfdc481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:11:45 +0000 Subject: [PATCH] Bump three from 0.93.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.93.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 | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 721c96d..a9a77f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11927,9 +11927,9 @@ } }, "three": { - "version": "0.93.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.93.0.tgz", - "integrity": "sha1-P9bDZ+9FVKu7bhataZNig+iVwSM=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "throttle-debounce": { "version": "2.1.0", @@ -12643,6 +12643,7 @@ "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "optional": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 5c64ff2..1255dce 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "signature_pad": "3.0.0-beta.3", "style-loader": "^0.23.1", "textcomplete": "^0.17.1", - "three": "0.93.0", + "three": "0.137.0", "ts-loader": "7.0.5", "typescript": "3.9", "ui-bootstrap4": "^3.0.6",