Skip to content

Commit

Permalink
chore(deps): bump @graphql-tools/json-file-loader from 8.0.14 to 8.0.15
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.14 to 8.0.15.
- [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 Mar 3, 2025
1 parent 8f948ff commit 6405126
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 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.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@graphql-markdown/docusaurus": "^1.17.0",
"@graphql-tools/json-file-loader": "^8.0.14",
"@graphql-tools/json-file-loader": "^8.0.15",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"docusaurus": "^1.14.7",
Expand Down
34 changes: 21 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,12 +1974,12 @@
dependencies:
"@graphql-tools/load" "^7.8.13"

"@graphql-tools/json-file-loader@^8.0.14":
version "8.0.14"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.14.tgz#52fac6cbe38c5544c85bce9917b964b535892d23"
integrity sha512-b8rmNdr5l2IXPDxAGT3kNIg3fM0HEZsmKwFcfoOTzfz7XZECN+mnQBkxbZ7hwCPjVDnhtVR20z2Ic1dQ44mACw==
"@graphql-tools/json-file-loader@^8.0.15":
version "8.0.15"
resolved "https://registry.yarnpkg.com/@graphql-tools/json-file-loader/-/json-file-loader-8.0.15.tgz#2dc768c724292586d3da90b299b2954f7ccd2717"
integrity sha512-e9ehBKNa6LKKqGYjq23qOIbvaYwKsVMRO8p9q1qzdF1izWVIHN9fE9dRb6y78rCwMu/tq1a0bq1KpAH5W6Sz0w==
dependencies:
"@graphql-tools/utils" "^10.8.2"
"@graphql-tools/utils" "^10.8.3"
globby "^11.0.3"
tslib "^2.4.0"
unixify "^1.0.0"
Expand Down Expand Up @@ -2020,12 +2020,13 @@
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"

"@graphql-tools/utils@^10.8.2":
version "10.8.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.2.tgz#8f1238f2efba0861ce192220c7258beeeb927172"
integrity sha512-JjWpf9Dj2LXFccAB7CON6jUcXduJlE5XcJfLmKTWBk46Ei2dhDntVAmvIa97YPdLanrgFN5SRt3hSAe3qo/FYg==
"@graphql-tools/utils@^10.8.3":
version "10.8.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.3.tgz#bbe80a7bee4255e5188d6dee6e23c5f4399c571c"
integrity sha512-4QCvx3SWRsbH7wnktl51mBek+zE9hsjsv796XVlJlOUdWpAghJmA3ID2P7/Vwuy7BivVNfuAKe4ucUdE1fG7vA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@whatwg-node/promise-helpers" "^1.0.0"
cross-inspect "1.0.1"
dset "^3.1.4"
tslib "^2.4.0"
Expand Down Expand Up @@ -2875,6 +2876,13 @@
"@webassemblyjs/ast" "1.14.1"
"@xtuc/long" "4.2.2"

"@whatwg-node/promise-helpers@^1.0.0":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.2.2.tgz#9e26073385086975e65609d6c9b27f9d7f92280d"
integrity sha512-aPVTGCs/QEYkSTnYcLKE1wyYZykbGjaXsEwXHc0FKbSlojIpdw72BQMJx9aJXzkCs6qy9WfDV0jhV9C2qIYYOA==
dependencies:
tslib "^2.6.3"

"@xtuc/ieee754@^1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz"
Expand Down Expand Up @@ -13239,10 +13247,10 @@ truncate-html@^1.0.3:
dependencies:
cheerio "1.0.0-rc.12"

tslib@^2.0.3, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.0:
version "2.6.2"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
tslib@^2.0.3, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.0, tslib@^2.6.3:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

tunnel-agent@^0.6.0:
version "0.6.0"
Expand Down

0 comments on commit 6405126

Please sign in to comment.