From 0b930020b9f634354b94415c3322eadb3f713b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:29:54 +0000 Subject: [PATCH] chore(deps-dev): bump three in /packages/plugin-hyperia Bumps [three](https://github.com/mrdoob/three.js) 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) --- updated-dependencies: - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/plugin-hyperia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-hyperia/package.json b/packages/plugin-hyperia/package.json index df70961c0..b8ba2c990 100644 --- a/packages/plugin-hyperia/package.json +++ b/packages/plugin-hyperia/package.json @@ -43,7 +43,7 @@ "@types/three": "0.184.1", "@types/ws": "^8.5.14", "eslint": "^10.0.2", - "three": "^0.184.0", + "three": "^0.185.1", "typescript": "^6.0.3", "vitest": "^4.1.8" },