From 7dbf26ebd55c26856070296b9d82eb3cfae9e4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:03:58 +0000 Subject: [PATCH] Bump three from 0.126.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.126.0 to 0.137.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production ... Signed-off-by: dependabot[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..f2f60eb 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.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "typescript": { "version": "4.2.2", diff --git a/package.json b/package.json index e59cc4e..39867c3 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.137.0" }, "devDependencies": { "@types/three": "^0.125.3",