From b191894f00157e2877f675644e5a468c97788786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:05:32 +0000 Subject: [PATCH] build(deps): Bump three from 0.160.1 to 0.185.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.160.1 to 0.185.1. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9606b4..4445df4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@vectojs/devtools": "0.4.2", "@vectojs/graph3d": "0.2.0", "@vectojs/ui": "1.9.1", - "three": "^0.160.0" + "three": "^0.185.1" }, "devDependencies": { "@types/three": "^0.160.0",