Skip to content

Commit 02d9ec4

Browse files
dependabot[bot]github-actions[bot]theguild-bot
authored
Bump the all-minor-patch group with 9 updates (#1626)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: theguild-bot <[email protected]>
1 parent 415d32c commit 02d9ec4

File tree

13 files changed

+400
-304
lines changed

13 files changed

+400
-304
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/plugin-aws-sigv4': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@aws-sdk/client-sts@^3.916.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.916.0) (from `^3.914.0`, in `dependencies`)

e2e/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@cloudflare/workers-types": "^4.20251014.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
11-
"wrangler": "^4.44.0"
11+
"wrangler": "^4.45.0"
1212
}
1313
}

e2e/federation-subscriptions-passthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@apollo/subgraph": "^2.11.3",
1313
"@as-integrations/express5": "^1.1.2",
1414
"@repeaterjs/repeater": "^3.0.6",
15-
"@types/express": "^5.0.3",
15+
"@types/express": "^5.0.4",
1616
"@types/ws": "^8",
1717
"express": "^5.0.0",
1818
"graphql-sse": "^2.6.0",

e2e/header-propagation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/subgraph": "^2.11.3",
1111
"@as-integrations/express5": "^1.1.2",
1212
"@types/cors": "^2.8.19",
13-
"@types/express": "^5.0.3",
13+
"@types/express": "^5.0.4",
1414
"cors": "^2.8.5",
1515
"express": "^5.0.0"
1616
}
4 Bytes
Binary file not shown.

examples/federation-subscriptions-passthrough/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/federation-subscriptions-passthrough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/subgraph": "^2.11.3",
1111
"@as-integrations/express5": "^1.1.2",
1212
"@repeaterjs/repeater": "^3.0.6",
13-
"@types/express": "^5.0.3",
13+
"@types/express": "^5.0.4",
1414
"@types/ws": "^8",
1515
"express": "^5.0.0",
1616
"graphql-sse": "^2.6.0",

internal/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./src/index.ts",
55
"devDependencies": {
66
"@apollo/gateway": "^2.11.3",
7-
"@types/dockerode": "^3.3.44",
7+
"@types/dockerode": "^3.3.45",
88
"@types/node": "^24.9.1",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.11",

internal/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@apollo/rover": "0.36.2",
11-
"@babel/parser": "^7.28.4",
11+
"@babel/parser": "^7.28.5",
1212
"@types/jscodeshift": "^17.0.0",
1313
"@whatwg-node/disposablestack": "^0.0.6",
1414
"dedent": "^1.7.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"test:mem": "vitest --project memtest"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.28.4",
31+
"@babel/core": "7.28.5",
3232
"@babel/plugin-proposal-decorators": "7.28.0",
3333
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
3434
"@babel/plugin-transform-class-properties": "7.27.1",
3535
"@babel/plugin-transform-class-static-block": "7.28.3",
3636
"@babel/plugin-transform-private-methods": "^7.27.1",
37-
"@babel/preset-env": "7.28.3",
38-
"@babel/preset-typescript": "7.27.1",
37+
"@babel/preset-env": "7.28.5",
38+
"@babel/preset-typescript": "7.28.5",
3939
"@changesets/changelog-github": "^0.5.0",
4040
"@changesets/cli": "patch:@changesets/cli@npm:2.27.9#~/.yarn/patches/@changesets-cli-npm-2.27.9-5df61a909e.patch",
4141
"@ianvs/prettier-plugin-sort-imports": "4.7.0",

0 commit comments

Comments
 (0)