From 1421e8127ad01ac5e0ac20998145a22e9b948764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:07:04 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f13c47..9228cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@omarefg/react-file-preview", - "version": "0.1.21", + "version": "0.1.23", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7830,9 +7830,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==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 5af2640..3748078 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-pdf": "4.1.0", "react-table": "6.11.5", "styled-components": "4.4.1", - "three": "0.108.0", + "three": "0.137.0", "xlsx": "0.15.3" }, "devDependencies": {