From db56cdfed137b7b848641c617a4f615a3d3efb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:13:44 +0000 Subject: [PATCH] chore(deps): bump three from 0.141.0 to 0.150.1 Bumps [three](https://github.com/mrdoob/three.js) from 0.141.0 to 0.150.1. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 098bc4ab..26b01168 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@types/three": "^0.141.0", - "three": "^0.141.0" + "three": "^0.150.1" }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.3",