From 4294a027010d5324e3000f25e1c3e7ff0662a0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:31:46 +0000 Subject: [PATCH] chore(deps): bump three from 0.169.0 to 0.171.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.169.0 to 0.171.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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 69e032d9..a9b5bd58 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.169.0" + "three": "^0.171.0" }, "scripts": { "build": "tsup", diff --git a/yarn.lock b/yarn.lock index 8a46d5d8..71e19659 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5534,10 +5534,10 @@ thenify-all@^1.0.0: dependencies: any-promise "^1.0.0" -three@^0.169.0: - version "0.169.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.169.0.tgz#4a62114988ad9728d73526d1f1de6760c56b4adc" - integrity sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w== +three@^0.171.0: + version "0.171.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.171.0.tgz#3c0dd3f8fa14e78a7f8db6e416b98f264f1185c0" + integrity sha512-Y/lAXPaKZPcEdkKjh0JOAHVv8OOnv/NDJqm0wjfCzyQmfKxV7zvkwsnBgPBKTzJHToSOhRGQAGbPJObT59B/PQ== throttleit@^1.0.0: version "1.0.1"