From aae7645dfebaceff7b9b0a0c393976de2a87b99d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:01:43 +0000 Subject: [PATCH] [Security] Bump three from 0.87.1 to 0.129.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.87.1 to 0.129.0. **This update includes a security fix.** - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 056cbb4..e2fd2f4 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "babel-loader": "^7.1.2", "react": "^16.0.0", "react-dom": "^16.0.0", - "three": "^0.87.1" + "three": "^0.129.0" } }