From 165d6885073f0d7af7725accaff1cf709b0f4b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:09:02 +0000 Subject: [PATCH] chore(deps-dev): bump @types/three from 0.155.1 to 0.162.0 in /web-ui Bumps [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) from 0.155.1 to 0.162.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-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index 0e80fb6a1..68f5193f1 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -63,7 +63,7 @@ "@types/node": "20.11.0", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", - "@types/three": "^0.155.1", + "@types/three": "^0.162.0", "eslint": "8.28.0", "eslint-config-next": "13.0.5", "eslint-plugin-unused-imports": "^3.0.0",