From a4f54d6cbc9f2292201ed0e3922db6b156de7102 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:09:51 +0000 Subject: [PATCH] Bump three from 0.126.0 to 0.131.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.126.0 to 0.131.1. - [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..c22e8fd 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.131.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.131.1.tgz", + "integrity": "sha512-1vojiLBfH7e2GZDEzFBfmzU0b/5uraxdg630PcVCRdzgGOttGe6HmG+n71lLCZZnPOxU9f7UVPiSkKPMsyiB/A==" }, "typescript": { "version": "4.2.2", diff --git a/package.json b/package.json index e59cc4e..e8de762 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.131.1" }, "devDependencies": { "@types/three": "^0.125.3",