Skip to content

Commit ca1dc52

Browse files
Bump the all-minor-patch group with 6 updates (#1696)
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 2412a6f commit ca1dc52

File tree

6 files changed

+135
-167
lines changed

6 files changed

+135
-167
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.931.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.931.0) (from `^3.930.0`, in `dependencies`)

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ updates:
2929
interval: 'daily'
3030
exclude-paths:
3131
- 'examples' # the examples are auto-generated from the e2es, whose packages we do auto-update
32+
versioning-strategy: increase-if-necessary
3233
groups:
3334
all-minor-patch:
3435
patterns:

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.20251111.0",
8+
"@cloudflare/workers-types": "^4.20251113.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.12.0",
1111
"wrangler": "^4.48.0"

packages/nestjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"tslib": "^2.8.1"
5454
},
5555
"devDependencies": {
56-
"@nestjs/common": "11.1.8",
57-
"@nestjs/core": "11.1.8",
56+
"@nestjs/common": "11.1.9",
57+
"@nestjs/core": "11.1.9",
5858
"@nestjs/graphql": "13.2.0",
59-
"@nestjs/platform-express": "^11.1.8",
60-
"@nestjs/testing": "11.1.8",
59+
"@nestjs/platform-express": "^11.1.9",
60+
"@nestjs/testing": "11.1.9",
6161
"@types/supertest": "6.0.3",
6262
"fastify": "5.6.2",
6363
"file-type": "^21.1.0",

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.930.0",
45+
"@aws-sdk/client-sts": "^3.931.0",
4646
"@graphql-mesh/fusion-runtime": "workspace:^",
4747
"@whatwg-node/promise-helpers": "^1.3.2",
4848
"aws4": "1.13.2",

0 commit comments

Comments
 (0)