From a5671084ad4bd164a8a5718fb37cbf82f63a349d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:21:29 +0000 Subject: [PATCH] Bump three from 0.102.1 to 0.125.0 in /packages/platform-graphics-three Bumps [three](https://github.com/mrdoob/three.js) from 0.102.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] --- packages/platform-graphics-three/package-lock.json | 10 +++++----- packages/platform-graphics-three/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/platform-graphics-three/package-lock.json b/packages/platform-graphics-three/package-lock.json index f30b0b6..2ee6c78 100644 --- a/packages/platform-graphics-three/package-lock.json +++ b/packages/platform-graphics-three/package-lock.json @@ -1037,7 +1037,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1194,7 +1194,7 @@ }, "json5": { "version": "0.5.1", - "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, @@ -1422,9 +1422,9 @@ "dev": true }, "three": { - "version": "0.102.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.102.1.tgz", - "integrity": "sha512-btHBdww/Es4vdBkB2GjTE9mpj0vy8tgtxkX7ne7uxySXV8zoGxWJv1N88BydxnCqvAfmD4ZUTqPeESO7oDgeOQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "to-fast-properties": { "version": "1.0.3", diff --git a/packages/platform-graphics-three/package.json b/packages/platform-graphics-three/package.json index f9b272a..d5cabd5 100644 --- a/packages/platform-graphics-three/package.json +++ b/packages/platform-graphics-three/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "gl-matrix": "^2.8.1", - "three": "^0.102.1" + "three": "^0.125.0" }, "devDependencies": { "@babel/core": "^7.2.2",