From 2a45b1c2d7528605aa9e906499e7a5e58ca6627d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:33:33 +0000 Subject: [PATCH] Bump three from 0.126.0 to 0.128.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.126.0 to 0.128.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..699e742 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.128.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.128.0.tgz", + "integrity": "sha512-i0ap/E+OaSfzw7bD1TtYnPo3VEplkl70WX5fZqZnfZsE3k3aSFudqrrC9ldFZfYFkn1zwDmBcdGfiIm/hnbyZA==" }, "typescript": { "version": "4.2.2", diff --git a/package.json b/package.json index e59cc4e..76ff969 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.128.0" }, "devDependencies": { "@types/three": "^0.125.3",