Skip to content

Commit

Permalink
chore(deps): bump @graphql-tools/json-file-loader from 8.0.5 to 8.0.8
Browse files Browse the repository at this point in the history
Bumps [@graphql-tools/json-file-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/json-file) from 8.0.5 to 8.0.8.
- [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/[email protected]/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent d252c83 commit bdd25da
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.5",
"@graphql-tools/json-file-loader": "^8.0.8",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"graphql": "^16.9.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2888,12 +2888,12 @@
dependencies:
"@graphql-tools/load" "^7.8.13"

"@graphql-tools/json-file-loader@^8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.5.tgz#273a04e249286f9c417461dbfc15f18183892309"
integrity sha512-UV5R6fq1GRh6vmDN8Qy1le2ua4jV63bp4urx5bU3YrMwlZ/bIStYMwqsX7149Eq9ZkXSQEh0aOh6pAu/bQm/KA==
"@graphql-tools/json-file-loader@^8.0.8":
version "8.0.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.8.tgz#e1e61749f61293f38102d1ac70a4e75a2e0ad3aa"
integrity sha512-YqBGYXILLq+4ZQtGW1xyes8s3XBhMFkwUYm46gZuBVnQZ5WDgNCkn+emEGJAAj+hE/FIkA9Z1PPU23ZeGc5xqQ==
dependencies:
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/utils" "^10.6.4"
globby "^11.0.3"
tslib "^2.4.0"
unixify "^1.0.0"
Expand Down Expand Up @@ -2934,10 +2934,10 @@
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"

"@graphql-tools/utils@^10.6.1":
version "10.6.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.1.tgz#5d7477ad1f917c817184bb6a1bd1266dc4b354b2"
integrity sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==
"@graphql-tools/utils@^10.6.4":
version "10.6.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.4.tgz#33816111e1c04a3ecac716fcd043911cda1aac7b"
integrity sha512-itCgjwVxbO+3uI/K73G9heedG8KelNFzgn368rUhPjTrkJX6NyLQwT5EMq/A8tvazMXyJYdtnN5nD+tT4DUpbQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit bdd25da

Please sign in to comment.