From 20178341d8560c68508615d9a3c93f33e19ec7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:50:23 +0000 Subject: [PATCH] Bump three and @types/three Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together. Updates `three` from 0.159.0 to 0.160.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.159.0 to 0.160.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e915df2..da8e35b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,11 +29,11 @@ "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", - "three": "^0.159.0", + "three": "^0.160.0", "typescript": "5.0.4" }, "devDependencies": { - "@types/three": "^0.159.0" + "@types/three": "^0.160.0" } }, "node_modules/@alloc/quick-lru": { @@ -1100,9 +1100,9 @@ "dev": true }, "node_modules/@types/three": { - "version": "0.159.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.159.0.tgz", - "integrity": "sha512-2gybdh7HtX+rGUgslzK7QEJfzD2I0qrbUGzKk+dK0FDx49UHkNX0rqZVRzIgeFjBd1HzzhNNgwNoMacm3Wyc7w==", + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.160.0.tgz", + "integrity": "sha512-jWlbUBovicUKaOYxzgkLlhkiEQJkhCVvg4W2IYD2trqD2om3VK4DGLpHH5zQHNr7RweZK/5re/4IVhbhvxbV9w==", "dev": true, "dependencies": { "@types/stats.js": "*", @@ -4840,9 +4840,9 @@ } }, "node_modules/three": { - "version": "0.159.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.159.0.tgz", - "integrity": "sha512-eCmhlLGbBgucuo4VEA9IO3Qpc7dh8Bd4VKzr7WfW4+8hMcIfoAVi1ev0pJYN9PTTsCslbcKgBwr2wNZ1EvLInA==" + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" }, "node_modules/titleize": { "version": "3.0.0", @@ -5830,9 +5830,9 @@ "dev": true }, "@types/three": { - "version": "0.159.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.159.0.tgz", - "integrity": "sha512-2gybdh7HtX+rGUgslzK7QEJfzD2I0qrbUGzKk+dK0FDx49UHkNX0rqZVRzIgeFjBd1HzzhNNgwNoMacm3Wyc7w==", + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.160.0.tgz", + "integrity": "sha512-jWlbUBovicUKaOYxzgkLlhkiEQJkhCVvg4W2IYD2trqD2om3VK4DGLpHH5zQHNr7RweZK/5re/4IVhbhvxbV9w==", "dev": true, "requires": { "@types/stats.js": "*", @@ -8369,9 +8369,9 @@ } }, "three": { - "version": "0.159.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.159.0.tgz", - "integrity": "sha512-eCmhlLGbBgucuo4VEA9IO3Qpc7dh8Bd4VKzr7WfW4+8hMcIfoAVi1ev0pJYN9PTTsCslbcKgBwr2wNZ1EvLInA==" + "version": "0.160.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", + "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" }, "titleize": { "version": "3.0.0", diff --git a/package.json b/package.json index edbc2e0..fd78ecf 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.2", - "three": "^0.159.0", + "three": "^0.160.0", "typescript": "5.0.4" }, "devDependencies": { - "@types/three": "^0.159.0" + "@types/three": "^0.160.0" } }