From 596938628c69550f7c6f0c05ce406ef8f9ace863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:10:00 -0700 Subject: [PATCH] build(deps): bump three from 0.68.87 to 0.125.0 in /docs (#13391) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e0d012ce2..e849dec16 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 a5a7e14d3..9458f576d 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",