From eac3d119bdf0c2c647d987ba34e6d2d36944b50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:05:18 +0000 Subject: [PATCH] Bump three from 0.103.0 to 0.137.0 in /vr_editor Bumps [three](https://github.com/mrdoob/three.js) from 0.103.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] --- vr_editor/package-lock.json | 6 +++--- vr_editor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vr_editor/package-lock.json b/vr_editor/package-lock.json index 826f0db..8e53ead 100644 --- a/vr_editor/package-lock.json +++ b/vr_editor/package-lock.json @@ -855,9 +855,9 @@ } }, "three": { - "version": "0.103.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.103.0.tgz", - "integrity": "sha512-4WKRHTMt96sp+lX+Hx/eHtN9CWFyejDqr1ikgxZUJIkKEHVglSE7FY8n81NC6yWXqVSjUIQQppaxsoUe26Zi9g==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "timers-browserify": { "version": "2.0.10", diff --git a/vr_editor/package.json b/vr_editor/package.json index 398bc72..3c90d5a 100644 --- a/vr_editor/package.json +++ b/vr_editor/package.json @@ -12,6 +12,6 @@ "create-react-class": "^15.6.3", "react": "^16.8.6", "react-dom": "^16.8.6", - "three": "^0.103.0" + "three": "^0.137.0" } }