From dd4eb5e38a993b7c395a2ed0a415145b415c1e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:17:43 +0000 Subject: [PATCH] Bump @gltf-transform/core from 3.10.0 to 3.10.1 Bumps [@gltf-transform/core](https://github.com/donmccurdy/glTF-Transform) from 3.10.0 to 3.10.1. - [Changelog](https://github.com/donmccurdy/glTF-Transform/blob/main/CHANGELOG.md) - [Commits](https://github.com/donmccurdy/glTF-Transform/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: "@gltf-transform/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 182ac23..ea2b534 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "update-licenses": "generate-license-file --input package.json --output assets/licenses.txt --overwrite" }, "dependencies": { - "@gltf-transform/core": "^3.10.0", + "@gltf-transform/core": "^3.10.1", "@gltf-transform/functions": "^3.10.0", "@google/model-viewer": "^3.4.0", "@jamescoyle/vue-icon": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index 2e3a12a..6211611 100644 --- a/yarn.lock +++ b/yarn.lock @@ -390,10 +390,10 @@ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae" integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA== -"@gltf-transform/core@^3.10.0": - version "3.10.0" - resolved "https://registry.yarnpkg.com/@gltf-transform/core/-/core-3.10.0.tgz#854e7345f23971e4e7367a29183a2d1b62d45e46" - integrity sha512-NxVKhSWvH0j1tjZE8Yl461HUMyZLmYmqcbqHw0TOcQd5Q1SV7Y5w6W68XMt9/amRfMAiJLLNREE7kbr+Z0Ydbw== +"@gltf-transform/core@^3.10.0", "@gltf-transform/core@^3.10.1": + version "3.10.1" + resolved "https://registry.yarnpkg.com/@gltf-transform/core/-/core-3.10.1.tgz#d99c060b499482ed2c3304466405bf4c10939831" + integrity sha512-50OYemknGNxjBmiOM6iJp04JAu0bl9jvXJfN/gFt9QdJO02cPDcoXlTfSPJG6TVWDcfl0xPlsx1vybcbPVGFcQ== dependencies: property-graph "^1.3.1"