From a58046a381fa4c82b7e16302c02074e07b46d6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:12:24 +0000 Subject: [PATCH] Bump three from 0.116.1 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.116.1 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 2bcb03f..773ba07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12757,9 +12757,9 @@ "dev": true }, "three": { - "version": "0.116.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz", - "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-copyshader": { "version": "0.0.1", diff --git a/package.json b/package.json index 19a10e7..a3bba1a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "reselect": "^4.0.0", "sass": "^1.26.7", "styled-components": "^5.1.1", - "three": "^0.116.1", + "three": "^0.137.0", "three-effectcomposer": "0.0.1", "three-shader-fxaa": "^5.1.1", "tinycolor2": "^1.4.1",