From e7ba306280a5d29c3e1a9a46dbfc40261d3a925f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:15:48 +0000 Subject: [PATCH] Bump three from 0.129.0 to 0.137.0 in /src/games/nfb-wayfinder Bumps [three](https://github.com/mrdoob/three.js) from 0.129.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] --- src/games/nfb-wayfinder/package-lock.json | 6 +++--- src/games/nfb-wayfinder/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/games/nfb-wayfinder/package-lock.json b/src/games/nfb-wayfinder/package-lock.json index d7b1d3d5..e2e6509d 100644 --- a/src/games/nfb-wayfinder/package-lock.json +++ b/src/games/nfb-wayfinder/package-lock.json @@ -7906,9 +7906,9 @@ } }, "three": { - "version": "0.129.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.129.0.tgz", - "integrity": "sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-quaternion-from-normal": { "version": "1.0.0", diff --git a/src/games/nfb-wayfinder/package.json b/src/games/nfb-wayfinder/package.json index 5f1a2421..77a89f07 100644 --- a/src/games/nfb-wayfinder/package.json +++ b/src/games/nfb-wayfinder/package.json @@ -50,7 +50,7 @@ "simplify-path": "^1.1.0", "stackblur": "^1.0.0", "svelte": "^3.31.0", - "three": "^0.129.0", + "three": "^0.137.0", "three-quaternion-from-normal": "^1.0.0", "tinyqueue": "^2.0.3", "tween-ticker": "^3.3.2",