From 2228675ba1d878f4f5c8836f233803ba18b6ffce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:17:06 +0000 Subject: [PATCH] Bump three from 0.127.0 to 0.131.2 Bumps [three](https://github.com/mrdoob/three.js) from 0.127.0 to 0.131.2. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 817e6920..3c5cfba1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "esm": "^3.2.25", "owoify-js": "^1.0.7", "python-shell": "^3.0.0", - "three": "^0.127.0" + "three": "^0.131.2" }, "devDependencies": { "electron": "^13.1.5", diff --git a/yarn.lock b/yarn.lock index 215a69f2..9231c965 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2415,10 +2415,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -three@^0.127.0: - version "0.127.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.127.0.tgz#c463f4d41b2c735dcf8e9e51a388815e80cd3791" - integrity sha512-wtgrn+mhYUbobxT7QN3GPdu3SRpSBQvwY6uOzLChWS7QE//f7paDU/+wlzbg+ngeIvBBqjBHSRuywTh8A99Jng== +three@^0.131.2: + version "0.131.2" + resolved "https://registry.yarnpkg.com/three/-/three-0.131.2.tgz#95c1c805594bf5bf4d5027b25b2bc07ae20baa81" + integrity sha512-1Wmd0xYihEVpU9HjQ3POqnTlx6VZHmmbmtNgAWY/EVwOvkdXpSE6yFVwIvTkEubCd5LzK14pCHwb36SXoAxi3A== tmp-promise@^3.0.2: version "3.0.2"