Skip to content

Commit 458db4c

Browse files
dependabot[bot]github-actions[bot]ardatan
authored
Bump the all-minor-patch group with 5 updates (#1576)
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: Arda TANRIKULU <[email protected]>
1 parent 5f02926 commit 458db4c

File tree

16 files changed

+112
-170
lines changed

16 files changed

+112
-170
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.1` ↗︎](https://www.npmjs.com/package/@types/node/v/24.6.1) (from `^24.6.0`, in `dependencies`)

.changeset/shy-planes-remain.md

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+
Update OpenSSL in Docker images to address security vulnerabilities;
6+
- https://avd.aquasec.com/nvd/cve-2025-9230
7+
- https://avd.aquasec.com/nvd/cve-2025-9231

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,10 @@ updates:
8686
- 'major'
8787
- 'minor'
8888
- 'patch'
89+
apollo:
90+
patterns:
91+
- '@apollo/*'
92+
update-types:
93+
- 'major'
94+
- 'minor'
95+
- 'patch'

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.20250927.0",
8+
"@cloudflare/workers-types": "^4.20251001.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
1111
"wrangler": "^4.40.3"

e2e/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@graphql-hive/nestjs": "workspace:^",
88
"@nestjs/common": "^11.1.6",
99
"@nestjs/core": "^11.1.6",
10-
"@nestjs/graphql": "^13.0.3",
10+
"@nestjs/graphql": "^13.2.0",
1111
"@nestjs/platform-express": "^11.1.6",
1212
"file-type": "^21.0.0",
1313
"graphql": "^16.10.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.11.2",
77
"@types/dockerode": "^3.3.44",
8-
"@types/node": "^24.6.0",
8+
"@types/node": "^24.6.1",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.11",
1111
"dockerode": "^4.0.9",

internal/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "tsx ./src/bin.ts"
88
},
99
"devDependencies": {
10-
"@apollo/rover": "^0.35.0",
10+
"@apollo/rover": "0.35.0",
1111
"@babel/parser": "^7.28.4",
1212
"@types/jscodeshift": "^17.0.0",
1313
"@whatwg-node/disposablestack": "^0.0.6",

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.0",
24+
"@types/node": "^24.6.1",
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.0",
17+
"@types/node": "^24.6.1",
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: 1 addition & 1 deletion
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.0",
43+
"@types/node": "24.6.1",
4444
"@yarnpkg/cli": "4.10.3",
4545
"@yarnpkg/core": "4.4.4",
4646
"@yarnpkg/plugin-pack": "4.0.3",

0 commit comments

Comments
 (0)