From 6fafdaca63943e1489660c82a82b0b37b379ac94 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:15:46 +0000 Subject: [PATCH] Bump three from 0.126.0 to 0.129.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.126.0 to 0.129.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot-preview[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 c6fb3b7..2a7c382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,9 +102,9 @@ } }, "three": { - "version": "0.126.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.126.0.tgz", - "integrity": "sha512-/MecvboUefStCkUfXLImoJxthN+FoLPcEP7pz1r1Dd9i8BPGGuj+S1sOPRvW4Z+ViZjP2oWWm1inNC/MT52ybA==" + "version": "0.129.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.129.0.tgz", + "integrity": "sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA==" }, "typescript": { "version": "4.2.2", diff --git a/package.json b/package.json index e59cc4e..154ef75 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "prepare": "npm run clean && npm run build" }, "dependencies": { - "three": "^0.126.0" + "three": "^0.129.0" }, "devDependencies": { "@types/three": "^0.125.3",