From b4d32e94d24ede8312d2bc16a84c9d2c91c0bad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:21:20 +0100 Subject: [PATCH] chore(deps): bump three from 0.149.0 to 0.150.1 (#878) Bumps [three](https://github.com/mrdoob/three.js) from 0.149.0 to 0.150.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 624a886e4..efabf9c60 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { - "three": "^0.149.0" + "three": "^0.150.1" }, "scripts": { "build": "tsup", diff --git a/yarn.lock b/yarn.lock index 4b0fe802e..647c70568 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9908,10 +9908,10 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -three@^0.149.0: - version "0.149.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.149.0.tgz#a9cf78b17d02f063ffe6dfca1e300eff2eab2927" - integrity sha512-tohpUxPDht0qExRLDTM8sjRLc5d9STURNrdnK3w9A+V4pxaTBfKWWT/IqtiLfg23Vfc3Z+ImNfvRw1/0CtxrkQ== +three@^0.150.1: + version "0.150.1" + resolved "https://registry.yarnpkg.com/three/-/three-0.150.1.tgz#870d324a4d2daf1c7d55be97f3f73d83783e28be" + integrity sha512-5C1MqKUWaHYo13BX0Q64qcdwImgnnjSOFgBscOzAo8MYCzEtqfQqorEKMcajnA3FHy1yVlIe9AmaMQ0OQracNA== through2@^2.0.0: version "2.0.5"