Skip to content

Commit 85da91f

Browse files
fix(deps): update graphql-tools (#2458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a489ea1 commit 85da91f

File tree

40 files changed

+170
-130
lines changed

40 files changed

+170
-130
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@envelop/parser-cache": "workspace:^",
1313
"@envelop/prometheus": "workspace:^",
1414
"@envelop/validation-cache": "workspace:^",
15-
"@graphql-tools/schema": "10.0.19",
15+
"@graphql-tools/schema": "10.0.20",
1616
"faker": "5.5.3",
1717
"fastify": "5.2.1",
1818
"graphql": "16.10.0"

examples/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@apollo/server": "^4.3.2",
1313
"@apollo/server-gateway-interface": "^1.1.1",
1414
"@envelop/core": "workspace:^",
15-
"@graphql-tools/schema": "10.0.19",
15+
"@graphql-tools/schema": "10.0.20",
1616
"graphql": "16.10.0"
1717
},
1818
"devDependencies": {

examples/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"graphql": "16.8.1",
1515
"graphql-helix": "1.13.0"
1616
},

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"graphql": "16.8.1",
1515
"graphql-helix": "1.13.0",
1616
"tslib": "2.8.1",

examples/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"express": "4.21.2",
1515
"express-graphql": "0.12.0",
1616
"graphql": "16.8.1",

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@envelop/core": "workspace:^",
18-
"@graphql-tools/schema": "10.0.19",
18+
"@graphql-tools/schema": "10.0.20",
1919
"firebase-admin": "13.1.0",
2020
"firebase-functions": "6.3.2",
2121
"graphql": "16.8.1",

examples/graphql-helix-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/auth0": "workspace:^",
1313
"@envelop/core": "workspace:^",
14-
"@graphql-tools/schema": "10.0.19",
14+
"@graphql-tools/schema": "10.0.20",
1515
"fastify": "5.2.1",
1616
"graphql": "16.8.1",
1717
"graphql-helix": "1.13.0"

examples/graphql-helix-defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"fastify": "5.2.1",
1515
"graphql": "experimental-stream-defer",
1616
"graphql-helix": "1.13.0"

examples/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"fastify": "5.2.1",
1515
"graphql": "16.8.1",
1616
"graphql-helix": "1.13.0"

examples/graphql-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
13-
"@graphql-tools/schema": "10.0.19",
13+
"@graphql-tools/schema": "10.0.20",
1414
"graphql": "16.8.1",
1515
"graphql-http": "^1.18.0"
1616
},

0 commit comments

Comments
 (0)