Skip to content

Commit 5f52144

Browse files
Bump the all-minor-patch group with 4 updates (#1582)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48f60a6 commit 5f52144

File tree

32 files changed

+109
-109
lines changed

32 files changed

+109
-109
lines changed

e2e/cloudflare-workers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"start": "wrangler dev src/index.ts"
66
},
77
"devDependencies": {
8-
"@cloudflare/workers-types": "^4.20251001.0",
8+
"@cloudflare/workers-types": "^4.20251003.0",
99
"@graphql-hive/gateway-runtime": "workspace:*",
1010
"graphql": "^16.9.0",
11-
"wrangler": "^4.40.3"
11+
"wrangler": "^4.41.0"
1212
}
1313
}

internal/heapsnapshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/node18": "^18.2.4",
2323
"@tsconfig/recommended": "^1.0.8",
2424
"@types/node": "^24.6.2",
25-
"pkgroll": "2.15.4",
25+
"pkgroll": "2.17.0",
2626
"typescript": "5.9.3"
2727
}
2828
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8",
61+
"vite": "7.1.9",
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.8"
84+
"vite": "7.1.9"
8585
}
8686
}

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@graphql-tools/schema": "^10.0.25",
4949
"graphql": "^16.9.0",
50-
"pkgroll": "2.15.4"
50+
"pkgroll": "2.17.0"
5151
},
5252
"sideEffects": false
5353
}

packages/batch-execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"graphql": "^16.9.0",
48-
"pkgroll": "2.15.4"
48+
"pkgroll": "2.17.0"
4949
},
5050
"sideEffects": false
5151
}

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@types/lodash": "4.17.20",
5353
"graphql": "^16.9.0",
54-
"pkgroll": "2.15.4"
54+
"pkgroll": "2.17.0"
5555
},
5656
"sideEffects": false
5757
}

packages/executors/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"graphql": "^16.9.0",
47-
"pkgroll": "2.15.4"
47+
"pkgroll": "2.17.0"
4848
},
4949
"sideEffects": false
5050
}

packages/executors/graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@types/ws": "^8.0.0",
5252
"graphql": "^16.9.0",
53-
"pkgroll": "2.15.4"
53+
"pkgroll": "2.17.0"
5454
},
5555
"sideEffects": false
5656
}

packages/executors/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"extract-files": "13.0.0",
5757
"graphql": "^16.9.0",
5858
"graphql-yoga": "^5.16.0",
59-
"pkgroll": "2.15.4"
59+
"pkgroll": "2.17.0"
6060
},
6161
"sideEffects": false
6262
}

packages/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/lodash": "4.17.20",
6262
"graphql": "^16.9.0",
6363
"graphql-federation-gateway-audit": "the-guild-org/graphql-federation-gateway-audit#main",
64-
"pkgroll": "2.15.4"
64+
"pkgroll": "2.17.0"
6565
},
6666
"sideEffects": false
6767
}

0 commit comments

Comments
 (0)