From d85fbd2817e382443c2e715b41341a3b7fa87bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:15:05 +0000 Subject: [PATCH] Bump three from 0.126.1 to 0.137.0 in /next-swift Bumps [three](https://github.com/mrdoob/three.js) from 0.126.1 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] --- next-swift/package-lock.json | 6 +++--- next-swift/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/next-swift/package-lock.json b/next-swift/package-lock.json index 4380775..2b176dd 100644 --- a/next-swift/package-lock.json +++ b/next-swift/package-lock.json @@ -19724,9 +19724,9 @@ "dev": true }, "three": { - "version": "0.126.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.126.1.tgz", - "integrity": "sha512-eOEXnZeE1FDV0XgL1u08auIP13jxdN9LQBAEmlErYzMxtIIfuGIAZbijOyookALUhqVzVOx0Tywj6n192VM+nQ==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-orbit-controls": { "version": "82.1.0", diff --git a/next-swift/package.json b/next-swift/package.json index edeb017..acf93bb 100644 --- a/next-swift/package.json +++ b/next-swift/package.json @@ -18,7 +18,7 @@ "react-swift": "file:../../react-swift", "react-three-fiber": "5.3.18", "sass": "^1.32.7", - "three": "^0.126.1", + "three": "^0.137.0", "three-orbit-controls": "^82.1.0" }, "devDependencies": {