From 7a5889524fe511d526de67aea1c717a355957e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:51:01 +0000 Subject: [PATCH] build(deps): bump three Bumps [three](https://github.com/mrdoob/three.js) from 0.172.0 to 0.173.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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../interactives/scene-editor/package-lock.json | 15 ++++++++------- .../static/interactives/scene-editor/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/csfieldguide/static/interactives/scene-editor/package-lock.json b/csfieldguide/static/interactives/scene-editor/package-lock.json index 22c88cecd..ee7c3afaf 100644 --- a/csfieldguide/static/interactives/scene-editor/package-lock.json +++ b/csfieldguide/static/interactives/scene-editor/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "mathjs": "12.4.2", "sprintf-js": "1.1.3", - "three": "0.172.0" + "three": "0.173.0" } }, "node_modules/@babel/runtime": { @@ -101,9 +101,10 @@ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/three": { - "version": "0.172.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", - "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==" + "version": "0.173.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.173.0.tgz", + "integrity": "sha512-AUwVmViIEUgBwxJJ7stnF0NkPpZxx1aZ6WiAbQ/Qq61h6I9UR4grXtZDmO8mnlaNORhHnIBlXJ1uBxILEKuVyw==", + "license": "MIT" }, "node_modules/tiny-emitter": { "version": "2.1.0", @@ -185,9 +186,9 @@ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "three": { - "version": "0.172.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", - "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==" + "version": "0.173.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.173.0.tgz", + "integrity": "sha512-AUwVmViIEUgBwxJJ7stnF0NkPpZxx1aZ6WiAbQ/Qq61h6I9UR4grXtZDmO8mnlaNORhHnIBlXJ1uBxILEKuVyw==" }, "tiny-emitter": { "version": "2.1.0", diff --git a/csfieldguide/static/interactives/scene-editor/package.json b/csfieldguide/static/interactives/scene-editor/package.json index bfd8a418c..0ad921db3 100644 --- a/csfieldguide/static/interactives/scene-editor/package.json +++ b/csfieldguide/static/interactives/scene-editor/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "mathjs": "12.4.2", - "three": "0.172.0", + "three": "0.173.0", "sprintf-js": "1.1.3" } }