Skip to content

Commit aed69a3

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

4 files changed

Lines changed: 19 additions & 20 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.8",
5353
"@graphql-codegen/testing": "1.18.3",
5454
"@graphql-codegen/typescript-operations": "4.6.1",
55-
"@graphql-tools/schema": "10.0.26",
55+
"@graphql-tools/schema": "10.0.27",
5656
"cross-fetch": "3.2.0",
5757
"react": "19.2.0"
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.3",
52-
"@graphql-tools/schema": "10.0.26",
52+
"@graphql-tools/schema": "10.0.27",
5353
"graphql-request": "7.2.0",
5454
"node-fetch": "2.7.0"
5555
},

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.8.1"
5050
},
5151
"devDependencies": {
52-
"@graphql-tools/utils": "10.10.0",
52+
"@graphql-tools/utils": "10.10.1",
5353
"graphql-jit": "0.8.7"
5454
},
5555
"publishConfig": {

yarn.lock

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,12 +1744,12 @@
17441744
"@graphql-tools/utils" "^9.2.1"
17451745
tslib "^2.4.0"
17461746

1747-
"@graphql-tools/merge@^9.1.2":
1748-
version "9.1.2"
1749-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.2.tgz#87df125621c207e0dbcb05d206757d921cd1c314"
1750-
integrity sha512-Ny9YhWKv+KxZFdXYt+wlyEW55GzhFiq4daV4wYgpP0aRbwQaczNJd1L3VjjBsPKjmW8lctZXUoqYTqU5QPcBGw==
1747+
"@graphql-tools/merge@^9.1.3":
1748+
version "9.1.3"
1749+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.3.tgz#7cf79f4d865f087fc88d201a5967b27421ed65d4"
1750+
integrity sha512-O53kiNwGU/moJxX8m4BKpf9xHxVhmThhrctZ1gqHkdC3fYmafzWdzyNGkBsZcoh9x0wKM1ORPPuaE6Bwp3OFBA==
17511751
dependencies:
1752-
"@graphql-tools/utils" "^10.10.0"
1752+
"@graphql-tools/utils" "^10.10.1"
17531753
tslib "^2.4.0"
17541754

17551755
"@graphql-tools/optimize@^1.3.0":
@@ -1808,13 +1808,13 @@
18081808
"@graphql-tools/utils" "^10.10.0"
18091809
tslib "^2.4.0"
18101810

1811-
"@graphql-tools/[email protected].26":
1812-
version "10.0.26"
1813-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.26.tgz#ecc29b0d31a6a53c8c4ec7ecffbc56602e5fe2f4"
1814-
integrity sha512-KOmjuiWa9poP/Lza4HV0ZBPYGJI3VE3QzXA/8e0+wjcsRuEmxMLP82re1PUg0QRzp2UzifAB/gd7DoXmVGG9Fg==
1811+
"@graphql-tools/[email protected].27":
1812+
version "10.0.27"
1813+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.27.tgz#b6d33a6ae69bff90df98529392e8c2df7b6bbb4e"
1814+
integrity sha512-Lb5mJG8eF3TPnW0TXS9qoqR40S5rrnS3DFaY9dGf+8y3petTF2nc1khcOaLlOsvyvfSWSMUgkB/U6LRofRjb6w==
18151815
dependencies:
1816-
"@graphql-tools/merge" "^9.1.2"
1817-
"@graphql-tools/utils" "^10.10.0"
1816+
"@graphql-tools/merge" "^9.1.3"
1817+
"@graphql-tools/utils" "^10.10.1"
18181818
tslib "^2.4.0"
18191819

18201820
"@graphql-tools/schema@^9.0.0", "@graphql-tools/schema@^9.0.18", "@graphql-tools/schema@^9.0.19":
@@ -1846,15 +1846,14 @@
18461846
value-or-promise "^1.0.11"
18471847
ws "^8.12.0"
18481848

1849-
"@graphql-tools/[email protected].0", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.10.0":
1850-
version "10.10.0"
1851-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.0.tgz#9b8eb5cb9bb101442c1145ee35beddda87ae40d3"
1852-
integrity sha512-OOeab5Y9qeKq0zfoJCSScMcDfGcIxp05+LW2xYVCS2l3su+K3lYcg5+cAAx9n0SFxpJl8zF5denq2QDsfM7NnQ==
1849+
"@graphql-tools/[email protected].1", "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.10.0", "@graphql-tools/utils@^10.10.1":
1850+
version "10.10.1"
1851+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.1.tgz#eeec3bdc5f5521b8b11c5148cdf0c8affb4f9aed"
1852+
integrity sha512-9iOZ7x6tuIpp/dviNmTCSH1cDDNLIcrj6T3WKH9lU4nRWx5Pr0e7Faj7T/HmP2Njrjik63dJWuDVRxfQSTOc4g==
18531853
dependencies:
18541854
"@graphql-typed-document-node/core" "^3.1.1"
18551855
"@whatwg-node/promise-helpers" "^1.0.0"
18561856
cross-inspect "1.0.1"
1857-
dset "^3.1.4"
18581857
tslib "^2.4.0"
18591858

18601859
"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.1.1", "@graphql-tools/utils@^9.2.1":
@@ -3779,7 +3778,7 @@ dotenv@^8.1.0:
37793778
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
37803779
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
37813780

3782-
dset@^3.1.2, dset@^3.1.4:
3781+
dset@^3.1.2:
37833782
version "3.1.4"
37843783
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
37853784
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==

0 commit comments

Comments
 (0)