From d0c1792a63acd891e3a4c385cacbed58f3f19165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:33:34 +0000 Subject: [PATCH] build(deps-dev): bump @types/three in the typescript group Bumps the typescript group with 1 update: [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). Updates `@types/three` from 0.185.3 to 0.185.4 - [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.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c258bc..dbbb635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/node": "26.1.2", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "@types/three": "0.185.3", + "@types/three": "0.185.4", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", "@vitejs/plugin-react": "6.0.5", @@ -1564,9 +1564,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.185.3", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.3.tgz", - "integrity": "sha512-8TqTn1+fjPWuJ4mR6Igtg56DCf9b5EeAlwhb5xaa6WlBrsg7SvG0NQbyctGRkHCKwg0uftfCspOEsTXelgktMA==", + "version": "0.185.4", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.4.tgz", + "integrity": "sha512-gAsBIC07NIFrxjbf7tH2t71c38uulFfk/RFoC7FNBSjMRAQ8J1x/RBvusX0N5PJouaYFJawXQqfCQ0RKUx/1nA==", "license": "MIT", "dependencies": { "@dimforge/rapier3d-compat": "~0.12.0", diff --git a/package.json b/package.json index 332402c..9f3ea99 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/node": "26.1.2", "@types/react": "19.2.18", "@types/react-dom": "19.2.4", - "@types/three": "0.185.3", + "@types/three": "0.185.4", "@typescript-eslint/eslint-plugin": "8.66.0", "@typescript-eslint/parser": "8.66.0", "@vitejs/plugin-react": "6.0.5",