From ac49f4e7909ec478ac76c206729a6e95eb39fa6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:33:33 +0000 Subject: [PATCH] Update dependency three to v0.160.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b03f325..c654282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "loader.js": "^4.7.0", "renovate-config-standard": "^2.0.0", "semver": "^6.1.1", - "three": "0.137.2" + "three": "0.160.0" }, "engines": { "node": "10.* || >= 12" @@ -15701,9 +15701,9 @@ } }, "node_modules/three": { - "version": "0.137.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.137.2.tgz", - "integrity": "sha512-xpolba5gUR10WOH3Msi4hcfJoCuQsfGUTGhRmAuic4mgCAtfHFM8E/yk+jYWHlkG/Qjf5Xg+Qij6gGXIOwV8Tw==", + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==", "dev": true }, "node_modules/through": { @@ -29441,9 +29441,9 @@ "dev": true }, "three": { - "version": "0.137.2", - "resolved": "https://registry.npmjs.org/three/-/three-0.137.2.tgz", - "integrity": "sha512-xpolba5gUR10WOH3Msi4hcfJoCuQsfGUTGhRmAuic4mgCAtfHFM8E/yk+jYWHlkG/Qjf5Xg+Qij6gGXIOwV8Tw==", + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==", "dev": true }, "through": { diff --git a/package.json b/package.json index f5e145e..3b97133 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "loader.js": "^4.7.0", "renovate-config-standard": "^2.0.0", "semver": "^6.1.1", - "three": "0.137.2" + "three": "0.160.0" }, "peerDependencies": { "three": ">= 0.93.0"