From fc19646c289ee9d7b4f0876c659c07c1d1afea20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:13:21 +0000 Subject: [PATCH] build(deps): bump three Bumps [three](https://github.com/mrdoob/three.js) from 0.164.1 to 0.165.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 | 14 +++++++------- .../static/interactives/scene-editor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csfieldguide/static/interactives/scene-editor/package-lock.json b/csfieldguide/static/interactives/scene-editor/package-lock.json index c68e6d264..d446390a3 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.164.1" + "three": "0.165.0" } }, "node_modules/@babel/runtime": { @@ -101,9 +101,9 @@ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/three": { - "version": "0.164.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.164.1.tgz", - "integrity": "sha512-iC/hUBbl1vzFny7f5GtqzVXYjMJKaTPxiCxXfrvVdBi1Sf+jhd1CAkitiFwC7mIBFCo3MrDLJG97yisoaWig0w==" + "version": "0.165.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.165.0.tgz", + "integrity": "sha512-cc96IlVYGydeceu0e5xq70H8/yoVT/tXBxV/W8A/U6uOq7DXc4/s1Mkmnu6SqoYGhSRWWYFOhVwvq6V0VtbplA==" }, "node_modules/tiny-emitter": { "version": "2.1.0", @@ -185,9 +185,9 @@ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "three": { - "version": "0.164.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.164.1.tgz", - "integrity": "sha512-iC/hUBbl1vzFny7f5GtqzVXYjMJKaTPxiCxXfrvVdBi1Sf+jhd1CAkitiFwC7mIBFCo3MrDLJG97yisoaWig0w==" + "version": "0.165.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.165.0.tgz", + "integrity": "sha512-cc96IlVYGydeceu0e5xq70H8/yoVT/tXBxV/W8A/U6uOq7DXc4/s1Mkmnu6SqoYGhSRWWYFOhVwvq6V0VtbplA==" }, "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 4359b5380..9806cc274 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.164.1", + "three": "0.165.0", "sprintf-js": "1.1.3" } }