From a07074b16414d2cf595148682cb472a058e22359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 21:14:38 +0000 Subject: [PATCH] Bump three from 0.151.3 to 0.154.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.151.3 to 0.154.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] --- 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 3f708a3..b4ce953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "lil-gui": "^0.18.1", - "three": "^0.151.3" + "three": "^0.154.0" }, "devDependencies": { "@types/three": "^0.150.1", @@ -594,9 +594,9 @@ } }, "node_modules/three": { - "version": "0.151.3", - "resolved": "https://registry.npmjs.org/three/-/three-0.151.3.tgz", - "integrity": "sha512-+vbuqxFy8kzLeO5MgpBHUvP/EAiecaDwDuOPPDe6SbrZr96kccF0ktLngXc7xA7bzyd3N0t2f6mw3Z9y6JCojQ==" + "version": "0.154.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.154.0.tgz", + "integrity": "sha512-Uzz8C/5GesJzv8i+Y2prEMYUwodwZySPcNhuJUdsVMH2Yn4Nm8qlbQe6qRN5fOhg55XB0WiLfTPBxVHxpE60ug==" }, "node_modules/typescript": { "version": "5.0.4", @@ -982,9 +982,9 @@ "dev": true }, "three": { - "version": "0.151.3", - "resolved": "https://registry.npmjs.org/three/-/three-0.151.3.tgz", - "integrity": "sha512-+vbuqxFy8kzLeO5MgpBHUvP/EAiecaDwDuOPPDe6SbrZr96kccF0ktLngXc7xA7bzyd3N0t2f6mw3Z9y6JCojQ==" + "version": "0.154.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.154.0.tgz", + "integrity": "sha512-Uzz8C/5GesJzv8i+Y2prEMYUwodwZySPcNhuJUdsVMH2Yn4Nm8qlbQe6qRN5fOhg55XB0WiLfTPBxVHxpE60ug==" }, "typescript": { "version": "5.0.4", diff --git a/package.json b/package.json index 9fb2215..e75ad57 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "lil-gui": "^0.18.1", - "three": "^0.151.3" + "three": "^0.154.0" } }