From 44142b11b53533439784eb593f67ef992daa8d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:07:29 +0000 Subject: [PATCH] Bump three from 0.108.0 to 0.137.0 in /boids-1 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] --- boids-1/package-lock.json | 6 +++--- boids-1/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boids-1/package-lock.json b/boids-1/package-lock.json index 1dae556..037a974 100644 --- a/boids-1/package-lock.json +++ b/boids-1/package-lock.json @@ -6843,9 +6843,9 @@ } }, "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==" }, "through2": { "version": "2.0.5", diff --git a/boids-1/package.json b/boids-1/package.json index c87dc7d..fba77ba 100644 --- a/boids-1/package.json +++ b/boids-1/package.json @@ -12,6 +12,6 @@ "parcel-bundler": "^1.12.3" }, "dependencies": { - "three": "^0.108.0" + "three": "^0.137.0" } }