Skip to content

Commit

Permalink
Bump @graphql-tools/merge from 8.4.1 to 9.0.12
Browse files Browse the repository at this point in the history
Bumps [@graphql-tools/merge](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/merge) from 8.4.1 to 9.0.12.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/merge/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/merge@9.0.12/packages/merge)

---
updated-dependencies:
- dependency-name: "@graphql-tools/merge"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 7597928 commit e7dcb25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@anvilco/apollo-server-plugin-introspection-metadata": "^2.2.3",
"@graphql-tools/load-files": "^6.3.2",
"@graphql-tools/merge": "^8.1.2",
"@graphql-tools/merge": "^9.0.12",
"@graphql-tools/schema": "^10.0.6",
"@graphql-tools/utils": "^10.6.1",
"cheerio": "1.0.0-rc.12",
Expand Down
34 changes: 9 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1124,20 +1124,12 @@
tslib "^2.4.0"
unixify "1.0.0"

"@graphql-tools/merge@^8.1.2":
version "8.4.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.1.tgz#52879e5f73565f504ceea04fcd9ef90a6e733c62"
integrity sha512-hssnPpZ818mxgl5+GfyOOSnnflAxiaTn1A1AojZcIbh4J52sS1Q0gSuBR5VrnUDjuxiqoCotpXdAQl+K+U6KLQ==
"@graphql-tools/merge@^9.0.12", "@graphql-tools/merge@^9.0.6":
version "9.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.12.tgz#458fc73104bb581faef4336799a5efcc3b440411"
integrity sha512-ECkUdgWkizhzQ6JJg16MCYnIN2r2+q/vP5smzi3YeeJkZ/3f9ynFDkaqoMg0Ddg9MugR03hMiQQrssk5f0389Q==
dependencies:
"@graphql-tools/utils" "^9.2.1"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
dependencies:
"@graphql-tools/utils" "^10.5.4"
"@graphql-tools/utils" "^10.6.2"
tslib "^2.4.0"

"@graphql-tools/schema@^10.0.6":
Expand All @@ -1150,24 +1142,16 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/utils@^10.5.4", "@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.5.4", "@graphql-tools/utils@^10.6.1", "@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"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
integrity sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
tslib "^2.4.0"

"@graphql-typed-document-node/core@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
Expand Down

0 comments on commit e7dcb25

Please sign in to comment.