Skip to content

Commit c5db3db

Browse files
Bump the all-minor-patch group with 7 updates (#1200)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: theguild-bot <[email protected]>
1 parent 8c203f2 commit c5db3db

File tree

29 files changed

+223
-128
lines changed

29 files changed

+223
-128
lines changed

e2e/apq-subgraphs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/apq-subgraphs",
33
"private": true,
44
"devDependencies": {
5-
"@apollo/server": "^4.11.2",
5+
"@apollo/server": "^4.12.2",
66
"@graphql-mesh/compose-cli": "^1.4.1",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1"

e2e/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"start": "wrangler dev src/index.ts"
66
},
77
"devDependencies": {
8-
"@cloudflare/workers-types": "^4.20250601.0",
8+
"@cloudflare/workers-types": "^4.20250603.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
11-
"wrangler": "^4.18.0"
11+
"wrangler": "^4.19.0"
1212
}
1313
}

e2e/federation-batching-plan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/federation-batching-plan",
33
"private": true,
44
"dependencies": {
5-
"@apollo/server": "^4.10.3",
5+
"@apollo/server": "^4.12.2",
66
"@apollo/subgraph": "^2.7.2",
77
"graphql": "^16.9.0"
88
}

e2e/federation-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/federation-example",
33
"private": true,
44
"devDependencies": {
5-
"@apollo/server": "^4.10.3",
5+
"@apollo/server": "^4.12.2",
66
"@apollo/subgraph": "^2.7.2",
77
"graphql": "^16.9.0"
88
}

e2e/federation-mixed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tslib": "^2.8.1"
99
},
1010
"devDependencies": {
11-
"@apollo/server": "^4.10.3",
11+
"@apollo/server": "^4.12.2",
1212
"@apollo/subgraph": "^2.7.2",
1313
"fets": "^0.8.4"
1414
}

e2e/federation-subscriptions-passthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tslib": "^2.8.1"
99
},
1010
"devDependencies": {
11-
"@apollo/server": "^4.10.3",
11+
"@apollo/server": "^4.12.2",
1212
"@apollo/subgraph": "^2.7.2",
1313
"@repeaterjs/repeater": "^3.0.6",
1414
"@types/express": "^5.0.0",

e2e/header-propagation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tslib": "^2.8.1"
77
},
88
"devDependencies": {
9-
"@apollo/server": "^4.10.3",
9+
"@apollo/server": "^4.12.2",
1010
"@apollo/subgraph": "^2.7.2",
1111
"@types/cors": "^2.8.17",
1212
"@types/express": "^5.0.0",

e2e/hmac-auth-https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"generate-users-cert": "openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout ./services/users/key.pem -out ./services/users/cert.pem -subj \"/CN=users_subgraph\" -addext \"subjectAltName=DNS:users_subgraph,DNS:localhost,IP:172.17.0.1,DNS:host.docker.internal\" && cp ./services/users/cert.pem ./users_cert.pem"
77
},
88
"dependencies": {
9-
"@apollo/server": "^4.10.3",
9+
"@apollo/server": "^4.12.2",
1010
"@apollo/subgraph": "^2.9.3",
1111
"@graphql-hive/gateway": "workspace:^",
1212
"@graphql-mesh/compose-cli": "^1.4.1",

e2e/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/opentelemetry",
33
"private": true,
44
"dependencies": {
5-
"@apollo/server": "^4.10.3",
5+
"@apollo/server": "^4.12.2",
66
"@apollo/subgraph": "^2.7.2",
77
"@graphql-mesh/compose-cli": "^1.4.1",
88
"graphql": "^16.8.1",

examples/apq-subgraphs/example.tar.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)