From fcaa9559543990eb675e0d276186adaa3fce475f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:17:18 +0000 Subject: [PATCH] build(deps): bump three from 0.68.87 to 0.125.0 in /docs Bumps [three](https://github.com/mrdoob/three.js) from 0.68.87 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] --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 1409a32461d83..cfaf28b56e549 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -23876,9 +23876,9 @@ } }, "three": { - "version": "0.68.87", - "resolved": "https://registry.npmjs.org/three/-/three-0.68.87.tgz", - "integrity": "sha1-UNgklPHEHjgT1wzEG4fSJiBYc4A=" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "through": { "version": "2.3.8", diff --git a/docs/package.json b/docs/package.json index a5a7e14d37fd4..9458f576d0ed6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -39,7 +39,7 @@ "react-helmet": "^6.1.0", "swagger-ui-react": "^3.36.2", "theme-ui": "^0.3.1", - "three": "^0.68.0" + "three": "^0.125.0" }, "devDependencies": { "eslint-config-airbnb": "^18.2.1",