From 4356ac4c593522e79db7d1715c8e1263989ab0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:15:28 +0000 Subject: [PATCH] Bump three from 0.129.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.129.0 to 0.137.0. - [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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4055e1c..728e06b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "0.0.0", "dependencies": { - "three": "^0.129.0" + "three": "^0.137.0" }, "devDependencies": { "@types/three": "^0.129.0", @@ -135,9 +135,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz", "integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==", "dev": true, - "dependencies": { - "fsevents": "~2.3.1" - }, "bin": { "rollup": "dist/bin/rollup" }, @@ -158,9 +155,9 @@ } }, "node_modules/three": { - "version": "0.129.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.129.0.tgz", - "integrity": "sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "node_modules/typescript": { "version": "4.3.2", @@ -182,7 +179,6 @@ "dev": true, "dependencies": { "esbuild": "^0.12.5", - "fsevents": "~2.3.1", "postcss": "^8.2.10", "resolve": "^1.19.0", "rollup": "^2.38.5" @@ -297,9 +293,9 @@ "dev": true }, "three": { - "version": "0.129.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.129.0.tgz", - "integrity": "sha512-wiWio1yVRg2Oj6WEWsTHQo5eSzYpEwSBtPSi3OofNpvFbf26HFfb9kw4FZJNjII4qxzp0b1xLB11+tKkBGB1ZA==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "typescript": { "version": "4.3.2", diff --git a/package.json b/package.json index 771c973..a199101 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "vite": "^2.3.5" }, "dependencies": { - "three": "^0.129.0" + "three": "^0.137.0" } }