From e02c1cf7d407f7226c0034afb85141e9d5f6fa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:12:05 +0000 Subject: [PATCH] build(deps): bump three from 0.115.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.115.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 2378b8b53..94fab1d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "1.7.15", + "version": "1.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16194,9 +16194,9 @@ "integrity": "sha512-bvuHmdW7zxtEVLtcEFcqQ2tNWr6pRSRP6IH95rIBaVmIF5tzs+lDoW8Ph9pfeK+KC1yiz1GNHutqtBB0INOsFw==" }, "three": { - "version": "0.115.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.115.0.tgz", - "integrity": "sha512-mAV2Ky3RdcbdSbR9capI+tKLvRldWYxd4151PZTT/o7+U2jh9Is3a4KmnYwzyUAhB2ZA3pXSgCd2DOY4Tj5kow==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "throat": { "version": "5.0.0", diff --git a/package.json b/package.json index 08aeddd8a..3e621bd02 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "mousetrap": "^1.6.5", "prismarine-nbt": "^1.3.0", "tga-js": "^1.1.0", - "three": "^0.115.0", + "three": "^0.137.0", "trash": "^5.2.0", "typescript": "^3.8.3", "unzipper": "^0.10.10",