Skip to content

Commit a79f81e

Browse files
Bump the all-minor-patch group with 9 updates (#1572)
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>
1 parent ad8ff45 commit a79f81e

File tree

14 files changed

+425
-337
lines changed

14 files changed

+425
-337
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`dotenv@^17.2.3` ↗︎](https://www.npmjs.com/package/dotenv/v/17.2.3) (from `^17.2.2`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/gateway-runtime': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@types/node@^24.6.0` ↗︎](https://www.npmjs.com/package/@types/node/v/24.6.0) (from `^24.5.2`, in `dependencies`)
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.899.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.899.0) (from `^3.896.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.20250927.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
11-
"wrangler": "^4.40.2"
11+
"wrangler": "^4.40.3"
1212
}
1313
}

internal/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@apollo/gateway": "^2.11.2",
77
"@types/dockerode": "^3.3.44",
8-
"@types/node": "^24.5.2",
8+
"@types/node": "^24.6.0",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.11",
1111
"dockerode": "^4.0.9",

internal/heapsnapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@tsconfig/node18": "^18.2.4",
2323
"@tsconfig/recommended": "^1.0.8",
24-
"@types/node": "^24.5.2",
24+
"@types/node": "^24.6.0",
2525
"pkgroll": "2.15.4",
2626
"typescript": "5.9.2"
2727
}

internal/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-hive/pubsub": "workspace:*",
1515
"@graphql-mesh/types": "^0.104.13",
1616
"@graphql-tools/utils": "^10.9.1",
17-
"@types/node": "^24.5.2",
17+
"@types/node": "^24.6.0",
1818
"@whatwg-node/disposablestack": "^0.0.6",
1919
"@whatwg-node/fetch": "^0.10.11",
2020
"@whatwg-node/promise-helpers": "^1.3.2",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
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",
4242
"@tsconfig/strictest": "2.0.6",
43-
"@types/node": "24.5.2",
43+
"@types/node": "24.6.0",
4444
"@yarnpkg/cli": "4.10.3",
4545
"@yarnpkg/core": "4.4.4",
4646
"@yarnpkg/plugin-pack": "4.0.3",
4747
"bun": "1.2.22",
48-
"cross-env": "10.0.0",
48+
"cross-env": "10.1.0",
4949
"eslint": "9.36.0",
5050
"eslint-plugin-import": "2.32.0",
5151
"eslint-plugin-n": "17.23.1",
@@ -57,7 +57,7 @@
5757
"ts-jest": "29.4.4",
5858
"ts-node": "10.9.2",
5959
"typescript": "5.9.2",
60-
"typescript-eslint": "8.44.1",
60+
"typescript-eslint": "8.45.0",
6161
"vite": "7.1.7",
6262
"vite-tsconfig-paths": "patch:vite-tsconfig-paths@npm:5.1.3#~/.yarn/patches/vite-tsconfig-paths-npm-5.1.3-1736ca1872.patch",
6363
"vitest": "3.2.4"

packages/executors/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@apollo/server": "^5.0.0",
54-
"@types/extract-files": "13.0.1",
54+
"@types/extract-files": "13.0.2",
5555
"@whatwg-node/disposablestack": "^0.0.6",
5656
"extract-files": "13.0.0",
5757
"graphql": "^16.9.0",

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@opentelemetry/sdk-metrics": "^2.1.0",
126126
"@opentelemetry/sdk-trace-base": "^2.1.0",
127127
"commander": "^14.0.1",
128-
"dotenv": "^17.2.2",
128+
"dotenv": "^17.2.3",
129129
"graphql-ws": "^6.0.6",
130130
"graphql-yoga": "^5.16.0",
131131
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)