From 1ca5918aaa0449fd3c2b41a6cdf5762338bfa0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:12:52 +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 | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae7c1e5..c93b7a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2332,6 +2332,13 @@ "@types/node": "^14.0.1", "lodash": "^4.17.15", "three": "^0.116.1" + }, + "dependencies": { + "three": { + "version": "0.116.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.116.1.tgz", + "integrity": "sha512-l2JCMiA/lVZAuSrLWRYMalvpR+0j8hbIhCpfs4V6JFnw2+JQEQJ5HltNpfFr+9TDpQts1BhtcISehWf/xBGPvQ==" + } } }, "fast-deep-equal": { @@ -5922,9 +5929,9 @@ } }, "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==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 56d6cf6..0a0ff11 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "fairygui-three": "^0.5.1", "lodash": "^4.17.15", - "three": "^0.116.1" + "three": "^0.137.0" }, "devDependencies": { "@types/lodash": "^4.14.150",