From 0b3d61e09385c8f3a8d497f6345797cfc2992dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:44:06 +0000 Subject: [PATCH] Bump three from 0.116.1 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.116.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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab91162..524f07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6322,9 +6322,9 @@ "integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA==" }, "three": { - "version": "0.116.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz", - "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "throat": { "version": "4.1.0", diff --git a/package.json b/package.json index 2cbf5e4..5cc8ddc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-native-fs": "^2.16.6", "react-native-web": "~0.11.7", "react-native-webview": "^9.4.0", - "three": "^0.116.1" + "three": "^0.125.0" }, "devDependencies": { "babel-preset-expo": "~8.1.0",