From f04b5270fa8114730341b035c0c6fb3579a588c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:35:33 +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.0 to 0.185.1 - [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.1 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 48e46bb..07ddea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/node": "26.1.1", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", - "@types/three": "0.185.0", + "@types/three": "0.185.1", "@typescript-eslint/eslint-plugin": "8.63.0", "@typescript-eslint/parser": "8.63.0", "@vitejs/plugin-react": "6.0.3", @@ -1623,9 +1623,9 @@ "license": "MIT" }, "node_modules/@types/three": { - "version": "0.185.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.0.tgz", - "integrity": "sha512-O2Uy8Cj4Nonr8dWUUbifMdPe8B0Mq7EdOHb89S4+kjUw/KhbjTZrUuYlrQ1bpUKG+EP9QJnN7qNxbHGlGoLHMA==", + "version": "0.185.1", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.185.1.tgz", + "integrity": "sha512-db1xTb+EgYF2didW+eudSvVPtn75zo+fGsY8ShQrJY/B5ZBmC2Fiaykv3aImHAlCNEGuMPkPGXBJGLwzu5mC7A==", "license": "MIT", "dependencies": { "@dimforge/rapier3d-compat": "~0.12.0", diff --git a/package.json b/package.json index 61f2c69..6dc61bf 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/node": "26.1.1", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", - "@types/three": "0.185.0", + "@types/three": "0.185.1", "@typescript-eslint/eslint-plugin": "8.63.0", "@typescript-eslint/parser": "8.63.0", "@vitejs/plugin-react": "6.0.3",