Skip to content

Commit cdc959c

Browse files
Bump the all-minor-patch group with 9 updates (#1195)
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 3b3a00c commit cdc959c

File tree

10 files changed

+631
-525
lines changed

10 files changed

+631
-525
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@^22.15.29` ↗︎](https://www.npmjs.com/package/@types/node/v/22.15.29) (from `^22.15.27`, 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.821.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.821.0) (from `^3.817.0`, in `dependencies`)

e2e/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "wrangler dev src/index.ts"
66
},
77
"devDependencies": {
8-
"@cloudflare/workers-types": "^4.20250529.0",
8+
"@cloudflare/workers-types": "^4.20250601.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
1111
"wrangler": "^4.18.0"

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.8.3",
77
"@types/dockerode": "^3.3.39",
8-
"@types/node": "^22.15.27",
8+
"@types/node": "^22.15.29",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.8",
1111
"dockerode": "^4.0.2",

internal/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"devDependencies": {
1010
"@apollo/rover": "^0.32.0",
11-
"@babel/parser": "^7.27.3",
11+
"@babel/parser": "^7.27.4",
1212
"@types/jscodeshift": "^17.0.0",
1313
"@whatwg-node/disposablestack": "^0.0.6",
1414
"dedent": "^1.5.3",
1515
"esbuild": "^0.25.5",
1616
"glob": "^11.0.0",
1717
"jscodeshift": "^17.1.1",
1818
"tsx": "^4.19.2",
19-
"zod": "^3.25.42"
19+
"zod": "^3.25.48"
2020
}
2121
}

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.0",
1616
"@graphql-tools/utils": "^10.7.2",
17-
"@types/node": "^22.15.27",
17+
"@types/node": "^22.15.29",
1818
"@whatwg-node/disposablestack": "^0.0.6",
1919
"@whatwg-node/fetch": "^0.10.8",
2020
"@whatwg-node/promise-helpers": "^1.2.5",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"test:mem": "vitest --project memtest"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "7.27.3",
30+
"@babel/core": "7.27.4",
3131
"@babel/plugin-proposal-decorators": "7.27.1",
32-
"@babel/plugin-proposal-explicit-resource-management": "7.27.3",
32+
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
3333
"@babel/plugin-transform-class-properties": "7.27.1",
3434
"@babel/plugin-transform-class-static-block": "7.27.1",
3535
"@babel/preset-env": "7.27.2",
@@ -38,15 +38,15 @@
3838
"@changesets/cli": "patch:@changesets/cli@npm:2.27.9#~/.yarn/patches/@changesets-cli-npm-2.27.9-5df61a909e.patch",
3939
"@ianvs/prettier-plugin-sort-imports": "4.4.2",
4040
"@tsconfig/strictest": "2.0.5",
41-
"@types/node": "22.15.27",
41+
"@types/node": "22.15.29",
4242
"@yarnpkg/cli": "4.9.1",
4343
"@yarnpkg/core": "4.4.1",
4444
"@yarnpkg/plugin-pack": "4.0.1",
4545
"bun": "1.2.15",
4646
"cross-env": "7.0.3",
47-
"eslint": "9.27.0",
47+
"eslint": "9.28.0",
4848
"eslint-plugin-import": "2.31.0",
49-
"eslint-plugin-n": "17.18.0",
49+
"eslint-plugin-n": "17.19.0",
5050
"graphql": "16.11.0",
5151
"jest": "29.7.0",
5252
"prettier": "3.5.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.817.0",
45+
"@aws-sdk/client-sts": "^3.821.0",
4646
"@graphql-mesh/fusion-runtime": "workspace:^",
4747
"@whatwg-node/promise-helpers": "^1.3.0",
4848
"aws4": "1.13.2",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@graphql-yoga/plugin-csrf-prevention": "^3.13.5",
7272
"@graphql-yoga/plugin-defer-stream": "^3.13.5",
7373
"@graphql-yoga/plugin-persisted-operations": "^3.13.6",
74-
"@types/node": "^22.15.27",
74+
"@types/node": "^22.15.29",
7575
"@whatwg-node/disposablestack": "^0.0.6",
7676
"@whatwg-node/promise-helpers": "^1.3.0",
7777
"@whatwg-node/server": "^0.10.10",

0 commit comments

Comments
 (0)