From 918dfa2f3985089e7f4f00ab16454bc6e10ec92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:31:21 +0000 Subject: [PATCH] chore(deps): bump three from 0.124.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.124.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95b46a0..bace7cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5760,9 +5760,9 @@ } }, "three": { - "version": "0.124.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.124.0.tgz", - "integrity": "sha512-ROXp1Ly7YyF+jC910DQyAWj++Qlw2lQv0qwYLNQwdDbjk4bsOXAfGO92wYTMPNei1GMJUmCxSxc3MjGBTS09Rg==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "thunky": { "version": "1.1.0", diff --git a/package.json b/package.json index d07641d..2297529 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "dependencies": { "dat.gui": "^0.7.7", "stats.js": "^0.17.0", - "three": "^0.124.0" + "three": "^0.125.0" } }