Skip to content

Commit 91a848b

Browse files
Bump the all-minor-patch group with 8 updates (#1578)
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 650f926 commit 91a848b

File tree

11 files changed

+654
-624
lines changed

11 files changed

+654
-624
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-runtime': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@types/node@^24.6.2` ↗︎](https://www.npmjs.com/package/@types/node/v/24.6.2) (from `^24.6.1`, in `dependencies`)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@graphql-hive/logger': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`pino@^9.13.0` ↗︎](https://www.npmjs.com/package/pino/v/9.13.0) (from `^9.12.0`, in `peerDependencies`)
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.901.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.901.0) (from `^3.899.0`, in `dependencies`)

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.6.1",
8+
"@types/node": "^24.6.2",
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.6.1",
24+
"@types/node": "^24.6.2",
2525
"pkgroll": "2.15.4",
2626
"typescript": "5.9.3"
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.6.1",
17+
"@types/node": "^24.6.2",
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,7 +40,7 @@
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.6.1",
43+
"@types/node": "24.6.2",
4444
"@yarnpkg/cli": "4.10.3",
4545
"@yarnpkg/core": "4.4.4",
4646
"@yarnpkg/plugin-pack": "4.0.3",
@@ -58,7 +58,7 @@
5858
"ts-node": "10.9.2",
5959
"typescript": "5.9.3",
6060
"typescript-eslint": "8.45.0",
61-
"vite": "7.1.7",
61+
"vite": "7.1.8",
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"
6464
},
@@ -81,6 +81,6 @@
8181
"tar-fs": "3.1.1",
8282
"tmp": "0.2.4",
8383
"tsx": "patch:tsx@npm%3A4.20.3#~/.yarn/patches/tsx-npm-4.20.3-7de67a623f.patch",
84-
"vite": "7.1.7"
84+
"vite": "7.1.8"
8585
}
8686
}

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"peerDependencies": {
8282
"@logtape/logtape": "^1.1.1",
83-
"pino": "^9.12.0"
83+
"pino": "^9.13.0"
8484
},
8585
"peerDependenciesMeta": {
8686
"@logtape/logtape": {
@@ -99,7 +99,7 @@
9999
"@whatwg-node/disposablestack": "^0.0.6",
100100
"@whatwg-node/promise-helpers": "^1.3.2",
101101
"fast-safe-stringify": "^2.1.1",
102-
"pino": "^9.12.0",
102+
"pino": "^9.13.0",
103103
"pkgroll": "2.15.4",
104104
"quick-format-unescaped": "^4.0.4",
105105
"winston": "^3.18.3"

packages/plugins/aws-sigv4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"graphql": "^15.9.0 || ^16.9.0"
4343
},
4444
"dependencies": {
45-
"@aws-sdk/client-sts": "^3.899.0",
45+
"@aws-sdk/client-sts": "^3.901.0",
4646
"@graphql-mesh/fusion-runtime": "workspace:^",
4747
"@whatwg-node/promise-helpers": "^1.3.2",
4848
"aws4": "1.13.2",

packages/runtime/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@graphql-yoga/plugin-csrf-prevention": "^3.16.0",
7474
"@graphql-yoga/plugin-defer-stream": "^3.16.0",
7575
"@graphql-yoga/plugin-persisted-operations": "^3.16.0",
76-
"@types/node": "^24.6.1",
76+
"@types/node": "^24.6.2",
7777
"@whatwg-node/disposablestack": "^0.0.6",
7878
"@whatwg-node/promise-helpers": "^1.3.2",
7979
"@whatwg-node/server": "^0.10.12",
@@ -96,8 +96,8 @@
9696
"graphql-sse": "^2.5.3",
9797
"html-minifier-terser": "7.2.0",
9898
"pkgroll": "2.15.4",
99-
"react": "^19.1.1",
100-
"react-dom": "^19.1.1",
99+
"react": "^19.2.0",
100+
"react-dom": "^19.2.0",
101101
"tsx": "4.20.6"
102102
},
103103
"sideEffects": false

0 commit comments

Comments
 (0)