From 6fbc48b69087c13018da5e692e664522336f449c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:11:45 +0000 Subject: [PATCH] Bump three from 0.125.2 to 0.137.0 in /app 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:production ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 16 ++++++++-------- app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index a26960b..eb7842c 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -15,7 +15,7 @@ "chart.js": "^2.9.3", "iscroll": "^5.2.0", "moment": "^2.25.3", - "three": "^0.125.0" + "three": "^0.137.0" }, "devDependencies": { "@types/lodash": "^4.14.149", @@ -10675,10 +10675,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==", - "license": "MIT" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "node_modules/through": { "version": "2.3.8", @@ -14212,6 +14211,7 @@ "requires": { "aurelia-dependency-injection": "^1.0.0", "aurelia-event-aggregator": "^1.0.0", + "aurelia-history": "^1.1.0", "aurelia-logging": "^1.0.0", "aurelia-path": "^1.0.0", "aurelia-route-recognizer": "^1.3.2" @@ -21466,9 +21466,9 @@ } }, "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==" }, "through": { "version": "2.3.8", diff --git a/app/package.json b/app/package.json index a7fd388..ee36173 100644 --- a/app/package.json +++ b/app/package.json @@ -18,7 +18,7 @@ "chart.js": "^2.9.3", "iscroll": "^5.2.0", "moment": "^2.25.3", - "three": "^0.125.0" + "three": "^0.137.0" }, "devDependencies": { "@types/lodash": "^4.14.149",