From 2da15c4606b8aac6b8d3e20b2ac818546a742922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:16:48 +0000 Subject: [PATCH] Bump three from 0.125.2 to 0.137.0 in /frontend Bumps [three](https://github.com/mrdoob/three.js) from 0.125.2 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:development ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1b92d92a..59113111 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -141,7 +141,7 @@ "shortid": "^2.2.15", "tcp-port-used": "^0.1.2", "text-encoding": "^0.7.0", - "three": "^0.125.0", + "three": "^0.137.0", "typescript": "^3.4.5", "underscore": "^1.10.2", "util": "^0.12.3", @@ -36376,9 +36376,9 @@ "dev": true }, "node_modules/three": { - "version": "0.125.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz", - "integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==", + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==", "dev": true }, "node_modules/throat": { @@ -70072,9 +70072,9 @@ "dev": true }, "three": { - "version": "0.125.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.125.2.tgz", - "integrity": "sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==", + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==", "dev": true }, "throat": { diff --git a/frontend/package.json b/frontend/package.json index cb683073..186a107a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -150,7 +150,7 @@ "shortid": "^2.2.15", "tcp-port-used": "^0.1.2", "text-encoding": "^0.7.0", - "three": "^0.125.0", + "three": "^0.137.0", "typescript": "^3.4.5", "underscore": "^1.10.2", "util": "^0.12.3",