Bump @gltf-transform/functions from 4.0.2 to 4.0.4 (#112)

Bumps [@gltf-transform/functions](https://github.com/donmccurdy/glTF-Transform) from 4.0.2 to 4.0.4.
- [Changelog](https://github.com/donmccurdy/glTF-Transform/blob/main/CHANGELOG.md)
- [Commits](https://github.com/donmccurdy/glTF-Transform/compare/v4.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: "@gltf-transform/functions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-06 09:20:25 +00:00
committed by GitHub
parent 48ef6d2470
commit cdec62f5b4
2 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
"dependencies": {
"@gltf-transform/core": "^4.0.4",
"@gltf-transform/extensions": "^4.0.2",
"@gltf-transform/functions": "^4.0.2",
"@gltf-transform/functions": "^4.0.4",
"@google/model-viewer": "^3.5.0",
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.4.47",

View File

@@ -457,21 +457,21 @@
dependencies:
property-graph "^2.0.0"
"@gltf-transform/extensions@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@gltf-transform/extensions/-/extensions-4.0.2.tgz#7aca4f567181c5a937516ac451b9ce0f8c10b4fa"
integrity sha512-Fl8UhrdG/Xyk1xHXFtHvFxmbxw5kZlHmJ0PxEfHVkO9X4HWErklU/LZPVq254lrzE1cvrF3Nd/i/JWf5lnJf8A==
"@gltf-transform/extensions@^4.0.2", "@gltf-transform/extensions@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@gltf-transform/extensions/-/extensions-4.0.4.tgz#f4cbd658969ca012f6a5c2e6565133f90d6bb0e4"
integrity sha512-hFdH9Rp7EeNKGjie+OSlw/OHGb10+AlN1e9VLWGzQjNc7Oco9+ZIja5pqEENxYw5WjOS6sX07E6eyOAZUcbF4A==
dependencies:
"@gltf-transform/core" "^4.0.2"
"@gltf-transform/core" "^4.0.4"
ktx-parse "^0.7.0"
"@gltf-transform/functions@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@gltf-transform/functions/-/functions-4.0.2.tgz#347074a433edc8fca03d18aa3d8e79e811500113"
integrity sha512-D7//xb+Aag//625AGZC/yQdARQzy1fkdQJiULHVwDRqLCZR0Pe41DpNLaeoeJzItyb18TXGBmh1M76Mb7TnBBw==
"@gltf-transform/functions@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@gltf-transform/functions/-/functions-4.0.4.tgz#8e3b68a8b30a637fc1a0e4bc0e7038655e88d55c"
integrity sha512-9RLdwSqyBQGbY3dPq7JDXkGJfCo29X5MlXX8UJLjse8SBB53ketvJvcnKD2yEg6XiIso+ee126uB8MXdQuw4pg==
dependencies:
"@gltf-transform/core" "^4.0.2"
"@gltf-transform/extensions" "^4.0.2"
"@gltf-transform/core" "^4.0.4"
"@gltf-transform/extensions" "^4.0.4"
ktx-parse "^0.7.0"
ndarray "^1.0.19"
ndarray-lanczos "^0.3.0"