From c8462168a4ba946e71305f03931f5bbe014b1d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:41:52 +0000 Subject: [PATCH] Bump the three group across 1 directory with 2 updates Bumps the three group with 2 updates in the / directory: [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). Updates `three` from 0.184.0 to 0.185.1 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.184.1 to 0.185.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: "@types/three" dependency-version: 0.185.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: three - dependency-name: three dependency-version: 0.185.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: three ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fe51b0..e9441af 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "@hono/node-server": "2.0.6", "devvit": "0.13.6", "hono": "4.12.27", - "three": "0.184.0" + "three": "0.185.1" }, "devDependencies": { "@eslint/js": "10.0.1", "@types/node": "^22.19.19", - "@types/three": "^0.184.1", + "@types/three": "^0.185.0", "eslint": "10.5.0", "globals": "17.7.0", "prettier": "3.8.4",