From 273d4ea472512e8c22f02f2f0e3684926fe5cafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:07:45 +0000 Subject: [PATCH] Bump three from 0.108.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.108.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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30324fc..736b24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8337,7 +8337,8 @@ }, "yargs-parser": { "version": "13.1.1", - "resolved": "", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", + "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", "dev": true, "requires": { "camelcase": "^5.0.0", @@ -13504,9 +13505,9 @@ "dev": true }, "three": { - "version": "0.108.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.108.0.tgz", - "integrity": "sha512-d1ysIXwi8qTlbmMwrTxi5pYiiYIflEr0e48krP0LAY8ndS8c6fkLHn6NvRT+o76/Fs9PBLxFViuI62iGVWwwlg==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "throat": { "version": "4.1.0", diff --git a/package.json b/package.json index efef9c1..4c45fc1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lodash": "^4.17.15", "sat": "^0.8.0", "seedrandom": "^3.0.3", - "three": "^0.108.0" + "three": "^0.137.0" }, "devDependencies": { "@babel/core": "^7.5.5",