From 857ba575d0003c14810eddf7479d386036050d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:16:18 +0000 Subject: [PATCH] build(deps): bump three from 0.81.2 to 0.125.0 in /SupEngine Bumps [three](https://github.com/mrdoob/three.js) from 0.81.2 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] --- SupEngine/package-lock.json | 6 +++--- SupEngine/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SupEngine/package-lock.json b/SupEngine/package-lock.json index acbfaa40b..bf1ae2255 100644 --- a/SupEngine/package-lock.json +++ b/SupEngine/package-lock.json @@ -20,9 +20,9 @@ "dev": true }, "three": { - "version": "0.81.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.81.2.tgz", - "integrity": "sha1-EAwHjc+7CiNePUMwZrGyaxRcacM=" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" } } } diff --git a/SupEngine/package.json b/SupEngine/package.json index c75071f49..10a97bc95 100644 --- a/SupEngine/package.json +++ b/SupEngine/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/superpowers/superpowers-game.git" }, "dependencies": { - "three": "0.81.2" + "three": "0.125.0" }, "devDependencies": { "@types/three": "0.81.1"