From 28b9e521b94d4c0ae170b8d7e3f14a840f23b476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:18:38 +0000 Subject: [PATCH] Bump three from 0.111.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.111.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 | 8 ++++---- package.json | 2 +- yarn.lock | 13 +++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d117e6..2556876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blockv/3d-face", - "version": "2.0.9", + "version": "2.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6564,9 +6564,9 @@ } }, "three": { - "version": "0.111.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.111.0.tgz", - "integrity": "sha512-AcTqyGJ3H75AIusOuADy0LsP958QKQwm/YhABHFMzd6RFXPNVay1rlSbbG6WYv7KM72G2THMMwqbjQd4dVHMkQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index cbe1e7e..f8619df 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@blockv/sdk": "^3.3.13", "hammerjs": "^2.0.8", "lodash": "^4.17.20", - "three": "^0.111.0" + "three": "^0.125.0" }, "devDependencies": { "@babel/core": "^7.7.5", diff --git a/yarn.lock b/yarn.lock index d85c45e..21713bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3228,6 +3228,11 @@ lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== +lodash@^4.17.20: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + loose-envify@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" @@ -4781,10 +4786,10 @@ terser@^4.1.2: source-map "~0.6.1" source-map-support "~0.5.12" -three@^0.111.0: - version "0.111.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.111.0.tgz#9cedb73e79b7f6bf2440cb67a273f883faa923b6" - integrity sha512-AcTqyGJ3H75AIusOuADy0LsP958QKQwm/YhABHFMzd6RFXPNVay1rlSbbG6WYv7KM72G2THMMwqbjQd4dVHMkQ== +three@^0.125.0: + version "0.125.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.125.0.tgz#19e922b9dc51ad0b706893aeee888de68e99850a" + integrity sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw== through2@3.0.1: version "3.0.1"