Skip to content

Commit

Permalink
chore(deps): bump @graphql-tools/json-file-loader from 8.0.9 to 8.0.10 (
Browse files Browse the repository at this point in the history
#929)

Bumps [@graphql-tools/json-file-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/json-file) from 8.0.9 to 8.0.10.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/json-file/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/json-file-loader@8.0.10/packages/loaders/json-file)

---
updated-dependencies:
- dependency-name: "@graphql-tools/json-file-loader"
  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>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent ebfc83f commit 2a32c06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@graphql-markdown/docusaurus": "^1.17.0",
"@graphql-tools/json-file-loader": "^8.0.9",
"@graphql-tools/json-file-loader": "^8.0.10",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"docusaurus": "^1.14.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2082,12 +2082,12 @@
dependencies:
"@graphql-tools/load" "^7.8.13"

"@graphql-tools/json-file-loader@^8.0.9":
version "8.0.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.9.tgz#d4558d6bf8d335db5ca8227946bdc44ed30f6d0e"
integrity sha512-u/GtgnxlV81womSbbIRcICK1EERLfQYHW+cPp77PYUq9jrKoQMD185U3RVmay3FMOynVudqGhbxgIHBCNYOi0Q==
"@graphql-tools/json-file-loader@^8.0.10":
version "8.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.10.tgz#f264cb36a820fba51570245702271d1537e8a435"
integrity sha512-p+JzIs+Yc2e46BrIKyJ48euI2GcWmlSETM0ln0GK5nJ4JK9R1DMgyBqLcN1PchxmzX8wP1jZUyWmSugfWYW80w==
dependencies:
"@graphql-tools/utils" "^10.7.0"
"@graphql-tools/utils" "^10.7.1"
globby "^11.0.3"
tslib "^2.4.0"
unixify "^1.0.0"
Expand Down Expand Up @@ -2128,10 +2128,10 @@
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"

"@graphql-tools/utils@^10.7.0":
version "10.7.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.0.tgz#eb7747f905b334ffb2b6987b693cbcabba03f0d3"
integrity sha512-tCO0cZsnioXJBcN7geeER50PRZaKTq1zsSBg/aXe+u/ZkTiEyj6Hyu4Co39SNeG0mURoS2jhxsG03eYjTxloIg==
"@graphql-tools/utils@^10.7.1":
version "10.7.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.1.tgz#171784bd6537b491f33fdd466526a3459be18a2e"
integrity sha512-mpHAA5EddtxvnkHIBEEon5++tvL5T+j3OeOP4CAXbguAK2RBRM9DVVsoc9U68vSPLJjBRGp+b5NjlRn04g9rMA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 2a32c06

Please sign in to comment.