From edb8b37d6b87ed75c6c39793e916dcd735c54967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:19:32 +0000 Subject: [PATCH] build(deps): bump three from 0.156.0 to 0.156.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.156.0 to 0.156.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-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 22e0bdd5e..eac818709 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "popper.js": "^1.16.1", "sass": "^1.66.1", "sifter": "^0.5.4", - "three": "^0.156.0", + "three": "^0.156.1", "typescript": "^5.2.2" }, "version": "0.1.0", diff --git a/yarn.lock b/yarn.lock index 1b3b650dd..2ec6f8974 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2580,10 +2580,10 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -three@^0.156.0: - version "0.156.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.156.0.tgz#1080781b8fbf191cd37b4c8e027bf74c18518bf8" - integrity sha512-r6meetGWDk3aYjDRh6NpKuUkzoPlI3yldDQe2SkwCcqTTB5NZn7vKQBUXyMExvlwZShaLmvAbsVWaFzp1rkk3A== +three@^0.156.1: + version "0.156.1" + resolved "https://registry.yarnpkg.com/three/-/three-0.156.1.tgz#bab4fec121a5b3975eb4f4d227d9c912171eb399" + integrity sha512-kP7H0FK9d/k6t/XvQ9FO6i+QrePoDcNhwl0I02+wmUJRNSLCUIDMcfObnzQvxb37/0Uc9TDT0T1HgsRRrO6SYQ== to-fast-properties@^2.0.0: version "2.0.0"