Skip to content

Commit

Permalink
chore(deps): bump @graphql-tools/json-file-loader from 8.0.5 to 8.0.6
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.6.
- [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.6/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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6fc1481 commit 6e0ab4f
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.6",
"@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.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.6.tgz#0bd97d3f56c7d0cb07afddd07144df7ed325cc8f"
integrity sha512-mjZFVMtBL9fcvovwCoXKjZxXqr92/dcPZmHlQsW9jUC9WW6KfmolwtyvRxy9CcOjjh1HDTPcNoDgW05iI1CFYQ==
dependencies:
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/utils" "^10.6.2"
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.2":
version "10.6.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.2.tgz#2325d9f5c9db1ce97ef6dc763fddc8b637a78dbf"
integrity sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit 6e0ab4f

Please sign in to comment.