From 9fe5defd3d6182986592a7229533b95d077ad618 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:20:44 +0000 Subject: [PATCH] Bump three from 0.126.0 to 0.130.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.126.0 to 0.130.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..91c8c21 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.130.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.130.0.tgz", + "integrity": "sha512-4jqvbJyvgrjTsBgqE7TrdkZral78l8CXpFCdGzqQoiJHsRhGHxe5tvwqZQVaS6eodPav7jdYO5sp1c5RmMB3ng==" }, "typescript": { "version": "4.2.2", diff --git a/package.json b/package.json index e59cc4e..50204e9 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.130.0" }, "devDependencies": { "@types/three": "^0.125.3",