From 2eef07f0373c7fa9481d50a0cb2fff0442bf7312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:48:01 +0000 Subject: [PATCH] Bump three from 0.93.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.93.0 to 0.125.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) 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..59168a9 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.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "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..6429643 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.125.0", "ts-loader": "7.0.5", "typescript": "3.9", "ui-bootstrap4": "^3.0.6",