From 7a2aab90bcbaf5e2b077a6e87bd1142a027c567b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:04:35 +0000 Subject: [PATCH] Bump three from 0.98.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.98.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24db425..e137216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2962,9 +2962,9 @@ "integrity": "sha512-IlqtmLVaZA2qab8epUXbVWRn3aB1imbDMJtjB3nu4X0NqPkcY/JH9ZtCBWKHWPxs8Svi9tyo8w2dBoi07qZbBA==" }, "three": { - "version": "0.98.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.98.0.tgz", - "integrity": "sha512-fihjYVjCmQbI03zt1+YCl/m+UrZCcDHFNLexgqBOIdPwnO6PYkQaYUsIbqtvNNse+BiMeu+pQWzZn9/NSnIv6A==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "through2": { "version": "2.0.5", diff --git a/package.json b/package.json index 2d416fa..390d25a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "ml5": "^0.1.2", - "three": "^0.98.0", + "three": "^0.137.0", "webpack": "^4.25.1" } }