Skip to content

Commit 5b3b415

Browse files
Bump the all-minor-patch group across 1 directory with 17 updates (#1739)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 72b633b commit 5b3b415

25 files changed

Lines changed: 619 additions & 625 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- master
10+
permissions: write-all
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

examples/combining-local-and-remote-schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@graphql-tools/executor-http": "^3.0.2",
14-
"@graphql-tools/stitch": "^10.1.13",
15-
"@graphql-tools/utils": "^11.0.0",
14+
"@graphql-tools/stitch": "^10.1.23",
15+
"@graphql-tools/utils": "^11.1.1",
1616
"@graphql-tools/wrap": "^11.0.1",
1717
"@types/node": "^25.5.0",
1818
"@types/wait-on": "^5.3.1",

examples/computed-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "ts-node-dev src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-tools/stitch": "^10.1.13",
10+
"@graphql-tools/stitch": "^10.1.23",
1111
"@graphql-tools/wrap": "^11.0.1",
1212
"@types/node": "^25.5.0",
1313
"graphql": "^16.6.0",

examples/continuous-integration-testing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@graphql-tools/delegate": "^12.0.0",
1212
"@graphql-tools/executor-http": "^3.0.2",
13-
"@graphql-tools/stitch": "^10.1.13",
14-
"@graphql-tools/stitching-directives": "^4.0.15",
13+
"@graphql-tools/stitch": "^10.1.23",
14+
"@graphql-tools/stitching-directives": "^4.0.23",
1515
"graphql": "^16.6.0",
1616
"graphql-yoga": "^5.16.2"
1717
},
@@ -20,8 +20,8 @@
2020
"@babel/plugin-proposal-class-properties": "7.18.6",
2121
"@babel/preset-env": "7.29.7",
2222
"@babel/preset-typescript": "7.29.7",
23-
"@graphql-tools/mock": "^9.0.0",
24-
"@graphql-tools/utils": "^11.0.0",
23+
"@graphql-tools/mock": "^9.1.8",
24+
"@graphql-tools/utils": "^11.1.1",
2525
"@types/jest": "^30.0.0",
2626
"@types/node": "^25.5.0",
2727
"jest": "^30.0.0",

examples/custom-merge-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@graphql-tools/batch-delegate": "^10.0.1",
1111
"@graphql-tools/delegate": "^12.0.0",
12-
"@graphql-tools/stitch": "^10.1.13",
12+
"@graphql-tools/stitch": "^10.1.23",
1313
"@types/node": "^25.5.0",
1414
"dataloader": "^2.1.0",
1515
"graphql": "^16.6.0",

examples/federation-supergraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"start-reviews": "ts-node-dev src/services/reviews.ts"
1414
},
1515
"dependencies": {
16-
"@apollo/subgraph": "^2.13.2",
17-
"@graphql-tools/federation": "^4.2.13",
16+
"@apollo/subgraph": "^2.14.2",
17+
"@graphql-tools/federation": "^4.4.7",
1818
"@types/node": "^25.5.0",
1919
"concurrently": "^10.0.0",
2020
"graphql": "^16.6.0",

examples/federation-to-stitching-sdl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start-users": "ts-node-dev src/services/users/index.ts"
1212
},
1313
"dependencies": {
14-
"@apollo/subgraph": "^2.13.2",
14+
"@apollo/subgraph": "^2.14.2",
1515
"@graphql-tools/executor-http": "^3.0.2",
16-
"@graphql-tools/stitch": "^10.1.13",
17-
"@graphql-tools/stitching-directives": "^4.0.15",
18-
"@graphql-tools/utils": "^11.0.0",
16+
"@graphql-tools/stitch": "^10.1.23",
17+
"@graphql-tools/stitching-directives": "^4.0.23",
18+
"@graphql-tools/utils": "^11.1.1",
1919
"@types/node": "^25.5.0",
2020
"@types/wait-on": "^5.3.1",
2121
"concurrently": "^10.0.0",

examples/graphql-upload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-tools/delegate": "^12.0.0",
1414
"@graphql-tools/executor-http": "^3.0.2",
15-
"@graphql-tools/stitch": "^10.1.13",
15+
"@graphql-tools/stitch": "^10.1.23",
1616
"@graphql-tools/wrap": "^11.0.1",
1717
"@types/mime-types": "^3.0.0",
1818
"@types/node": "^25.5.0",
@@ -22,7 +22,7 @@
2222
"graphql": "^16.6.0",
2323
"graphql-yoga": "^5.16.2",
2424
"mime-types": "^3.0.2",
25-
"sharp": "^0.35.0",
25+
"sharp": "^0.35.3",
2626
"ts-node": "^10.9.1",
2727
"ts-node-dev": "^2.0.0",
2828
"typescript": "^6.0.0",

examples/hot-schema-reloading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"dependencies": {
1313
"@graphql-tools/delegate": "^12.0.0",
1414
"@graphql-tools/executor-http": "^3.0.2",
15-
"@graphql-tools/stitch": "^10.1.13",
16-
"@graphql-tools/stitching-directives": "^4.0.15",
17-
"@graphql-tools/utils": "^11.0.0",
15+
"@graphql-tools/stitch": "^10.1.23",
16+
"@graphql-tools/stitching-directives": "^4.0.23",
17+
"@graphql-tools/utils": "^11.1.1",
1818
"@types/node": "^25.5.0",
1919
"@types/wait-on": "^5.3.1",
2020
"concurrently": "^10.0.0",

examples/mutations-and-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphql-tools/executor-http": "^3.0.2",
14-
"@graphql-tools/stitch": "^10.1.13",
14+
"@graphql-tools/stitch": "^10.1.23",
1515
"@graphql-tools/wrap": "^11.0.1",
1616
"@types/node": "^25.5.0",
1717
"@types/wait-on": "^5.3.1",

0 commit comments

Comments
 (0)