From 5406940e288f3130be273b55837b21527cb72aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:15:08 +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:development ... 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 3af8196..76e9218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1193,7 +1193,8 @@ "abab": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", + "dev": true }, "acorn": { "version": "5.7.4", @@ -8129,9 +8130,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==", "dev": true }, "throat": { diff --git a/package.json b/package.json index 64833a0..4a65ad4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "path": "^0.12.7", "string-replace-loader": "^2.2.0", "string-replace-webpack-plugin": "^0.1.3", - "three": "0.108.0", + "three": "0.137.0", "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "babel-eslint": "^10.1.0"