From 2b77823139e509577fea55737dfb73b4cefc1dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:33:00 +0000 Subject: [PATCH] Bump three in /it.unibo.virtualRobot2020/node/WEnv/WebGLScene Bumps [three](https://github.com/mrdoob/three.js) from 0.91.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] --- .../node/WEnv/WebGLScene/package-lock.json | 6 +++--- it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package-lock.json b/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package-lock.json index d8460e3e..77f9b9c5 100644 --- a/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package-lock.json +++ b/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package-lock.json @@ -5134,9 +5134,9 @@ } }, "three": { - "version": "0.91.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.91.0.tgz", - "integrity": "sha512-dzikzdcddNROFZi3vkbV8YonBmqnonbJv2FxlQBEE2wKzZutddnjiS8qBZG2+EB40l505Xw8OMClQm+GmbwI/g==" + "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/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package.json b/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package.json index a3937779..a20069bc 100644 --- a/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package.json +++ b/it.unibo.virtualRobot2020/node/WEnv/WebGLScene/package.json @@ -5,7 +5,7 @@ "dependencies": { "dat.gui": "^0.7.1", "npm": "^6.1.0", - "three": "^0.91.0" + "three": "^0.125.0" }, "author": "Pierfrancesco Soffritti", "license": "ISC"