From dfea25072ca021f3e965964c3ced7501c4446775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:46:47 +0000 Subject: [PATCH] Bump three from 0.116.1 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.116.1 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 2bcb03f..74b9edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12757,9 +12757,9 @@ "dev": true }, "three": { - "version": "0.116.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz", - "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "three-copyshader": { "version": "0.0.1", diff --git a/package.json b/package.json index 19a10e7..7b1f1be 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "reselect": "^4.0.0", "sass": "^1.26.7", "styled-components": "^5.1.1", - "three": "^0.116.1", + "three": "^0.125.0", "three-effectcomposer": "0.0.1", "three-shader-fxaa": "^5.1.1", "tinycolor2": "^1.4.1",