From 49bacfb612deeeed1ed8e639400d7a22c33aa32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:04:20 +0000 Subject: [PATCH] Bump three from 0.148.0 to 0.151.2 Bumps [three](https://github.com/mrdoob/three.js) from 0.148.0 to 0.151.2. - [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/web/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/web/package.json b/packages/web/package.json index 810b4280..69662c8c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -32,7 +32,7 @@ "ngx-google-analytics": "^14.0.1", "ngx-three": "^0.26.0", "rxjs": "^7.8.0", - "three": "^0.148.0", + "three": "^0.151.2", "tslib": "^2.5.0", "typescript": "4.8.4", "zone.js": "^0.13.0" diff --git a/yarn.lock b/yarn.lock index 4f1510c5..5b2b78da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11155,10 +11155,10 @@ text-table@0.2.0, text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -three@^0.148.0: - version "0.148.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.148.0.tgz#b6f62f9c84227f8d51c151bf17b67984ded8e4d7" - integrity sha512-8uzVV+qhTPi0bOFs/3te3RW6hb3urL8jYEl6irjCWo/l6sr8MPNMcClFev/MMYeIxr0gmDcoXTy/8LXh/LXkfw== +three@^0.151.2: + version "0.151.2" + resolved "https://registry.yarnpkg.com/three/-/three-0.151.2.tgz#b5b1906165499fa0586dd4adcc8c40dd781514c2" + integrity sha512-tGaLRP2H6++tj2JumHD25slhFAx0C619rl6G6Utjq7JTrDGJwDxpu+J2XpnYIUMfEmhNvIFDQJfp79JtKmNBWw== through@^2.3.6: version "2.3.8"