From 858e1372cb0e135d0c5e56dc2b3f87fa53b8b539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:29:28 +0000 Subject: [PATCH] Bump three from 0.107.0 to 0.125.0 in /node Bumps [three](https://github.com/mrdoob/three.js) from 0.107.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/package-lock.json | 6 +++--- node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index d34cb48..7b7e22e 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -15,9 +15,9 @@ "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==" }, "three": { - "version": "0.107.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.107.0.tgz", - "integrity": "sha512-vqbKJRLBEviPVa7poEzXocobicwxzsctr5mnymA7n8fEzcVS49rYP0RrwqZ98JqujRoruK+/YzcchNpRP+kXsQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "ws": { "version": "7.1.2", diff --git a/node/package.json b/node/package.json index f2885dd..eefc67e 100644 --- a/node/package.json +++ b/node/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "esm": "^3.2.25", - "three": "^0.107.0", + "three": "^0.125.0", "ws": "^7.1.2" } }