Skip to content

Commit 808240e

Browse files
chore(deps): update graphql-tools (#863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bcc6a0d commit 808240e

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/plugins/typescript/graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@graphql-codegen/core": "2.6.3",
5353
"@graphql-codegen/testing": "1.18.0",
5454
"@graphql-codegen/typescript-operations": "2.5.6",
55-
"@graphql-tools/schema": "10.0.6",
55+
"@graphql-tools/schema": "10.0.7",
5656
"cross-fetch": "3.1.8",
5757
"react": "18.3.1"
5858
},

packages/plugins/typescript/graphql-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@graphql-codegen/testing": "1.18.0",
52-
"@graphql-tools/schema": "10.0.6",
52+
"@graphql-tools/schema": "10.0.7",
5353
"graphql-request": "6.0.0"
5454
},
5555
"publishConfig": {

packages/plugins/typescript/jit-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tslib": "~2.6.0"
5050
},
5151
"devDependencies": {
52-
"@graphql-tools/utils": "10.5.4",
52+
"@graphql-tools/utils": "10.5.5",
5353
"graphql-jit": "0.8.6"
5454
},
5555
"publishConfig": {

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,12 +1670,12 @@
16701670
"@graphql-tools/utils" "8.13.1"
16711671
tslib "^2.4.0"
16721672

1673-
"@graphql-tools/merge@^9.0.6":
1674-
version "9.0.7"
1675-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.7.tgz#e37dd9491e65c00fb124f47073121d32dc6735d1"
1676-
integrity sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==
1673+
"@graphql-tools/merge@^9.0.8":
1674+
version "9.0.8"
1675+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.8.tgz#9db38170bfbeba3c5bfbb277d6cb5d5991119ff1"
1676+
integrity sha512-RG9NEp4fi0MoFi0te4ahqTMYuavQnXlpEZxxMomdCa6CI5tfekcVm/rsLF5Zt8O4HY+esDt9+4dCL+aOKvG79w==
16771677
dependencies:
1678-
"@graphql-tools/utils" "^10.5.4"
1678+
"@graphql-tools/utils" "^10.5.5"
16791679
tslib "^2.4.0"
16801680

16811681
"@graphql-tools/optimize@^1.3.0":
@@ -1735,13 +1735,13 @@
17351735
"@graphql-tools/utils" "^10.0.13"
17361736
tslib "^2.4.0"
17371737

1738-
"@graphql-tools/[email protected].6":
1739-
version "10.0.6"
1740-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
1741-
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
1738+
"@graphql-tools/[email protected].7":
1739+
version "10.0.7"
1740+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.7.tgz#b90282f2446d160197282d4a90297a5f842dfb3f"
1741+
integrity sha512-Cz1o+rf9cd3uMgG+zI9HlM5mPlnHQUlk/UQRZyUlPDfT+944taLaokjvj7AI6GcOFVf4f2D11XthQp+0GY31jQ==
17421742
dependencies:
1743-
"@graphql-tools/merge" "^9.0.6"
1744-
"@graphql-tools/utils" "^10.5.4"
1743+
"@graphql-tools/merge" "^9.0.8"
1744+
"@graphql-tools/utils" "^10.5.5"
17451745
tslib "^2.4.0"
17461746
value-or-promise "^1.0.12"
17471747

@@ -1785,10 +1785,10 @@
17851785
value-or-promise "^1.0.11"
17861786
ws "^8.3.0"
17871787

1788-
"@graphql-tools/[email protected].4", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.4":
1789-
version "10.5.4"
1790-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
1791-
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
1788+
"@graphql-tools/[email protected].5", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.5":
1789+
version "10.5.5"
1790+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.5.tgz#1c299ec0bd99528961b296ca4313810768c23f27"
1791+
integrity sha512-LF/UDWmMT0mnobL2UZETwYghV7HYBzNaGj0SAkCYOMy/C3+6sQdbcTksnoFaKR9XIVD78jNXEGfivbB8Zd+cwA==
17921792
dependencies:
17931793
"@graphql-typed-document-node/core" "^3.1.1"
17941794
cross-inspect "1.0.1"

0 commit comments

Comments
 (0)