Skip to content

Commit

Permalink
chore(deps): update dependency @graphql-tools/schema to v10.0.10 (#2630)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 1958d0a commit f6270d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@graphql-tools/merge": "9.0.10",
"@graphql-tools/schema": "10.0.9",
"@graphql-tools/schema": "10.0.10",
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.14",
"@types/mongodb": "4.0.7",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1211,28 +1211,36 @@
dependencies:
levn "^0.4.1"

"@graphql-tools/merge@9.0.10", "@graphql-tools/merge@^9.0.10":
"@graphql-tools/merge@9.0.10":
version "9.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.10.tgz#cdf40ce75bfd36d4eddb1ece610c7a17e99314d4"
integrity sha512-sU+b6ZmKtGnqHq8S+VI5UmjZVHWzT+b+QtCsJUEXckCKdq1P3JmwIT8+8DVxSQlh1dzpiVq37EOcJrEYOBZtBA==
dependencies:
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"

"@graphql-tools/schema@10.0.9":
version "10.0.9"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.9.tgz#923fd9abe0b5d57cbe235c0907a661b36e1a8e37"
integrity sha512-R/sPRLJnEHg/F7owvH1zLbfXxqrEgFyr/qSjsG1q+gWhCrxbo/+c2DVjeZEZ2/AKCLllDHTD5TOU2Y5sZGNxZg==
"@graphql-tools/merge@^9.0.11":
version "9.0.11"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.11.tgz#dbf06f7f9c8a800167eda3d8bc2801c7490c1ed7"
integrity sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==
dependencies:
"@graphql-tools/merge" "^9.0.10"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/utils" "^10.6.1"
tslib "^2.4.0"

"@graphql-tools/schema@10.0.10":
version "10.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.10.tgz#d22e676dde89fdd994d533e3d4f90126d0ca4d8e"
integrity sha512-TSdDvwgk1Fq3URDuZBMCPXlWLpRpxwaQ+0KqvycVwoHozYnBRZ2Ql9HVgDKnebkGQKmIk2enSeku+ERKxxSG0g==
dependencies:
"@graphql-tools/merge" "^9.0.11"
"@graphql-tools/utils" "^10.6.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/utils@^10.6.0":
version "10.6.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.0.tgz#7a37e725a65c4c8ed4075553f10bcf7910781c51"
integrity sha512-bqSn2ekSNwFVZprY6YsrHkqPA7cPLNKxiPlEzS1djhfvx4q9tx7Uwc5dnLp3SSnKinJ8dJk9FA5sxNcKjCM44w==
"@graphql-tools/utils@^10.6.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==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
Expand Down

0 comments on commit f6270d5

Please sign in to comment.