Skip to content

Commit 3532b8f

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

File tree

6 files changed

+75
-25
lines changed

6 files changed

+75
-25
lines changed

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

internal/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"@whatwg-node/fetch": "^0.10.8",
1111
"dockerode": "^4.0.7",
12-
"glob": "^11.0.0",
12+
"glob": "^11.0.3",
1313
"graphql": "^16.9.0",
1414
"terminate": "^2.8.0"
1515
}

internal/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@whatwg-node/disposablestack": "^0.0.6",
1414
"dedent": "^1.5.3",
1515
"esbuild": "^0.25.5",
16-
"glob": "^11.0.0",
16+
"glob": "^11.0.3",
1717
"jscodeshift": "^17.1.1",
1818
"tsx": "^4.19.2",
19-
"zod": "^3.25.63"
19+
"zod": "^3.25.64"
2020
}
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cross-env": "7.0.3",
4747
"eslint": "9.28.0",
4848
"eslint-plugin-import": "2.31.0",
49-
"eslint-plugin-n": "17.19.0",
49+
"eslint-plugin-n": "17.20.0",
5050
"graphql": "16.11.0",
5151
"jest": "29.7.0",
5252
"prettier": "3.5.3",

packages/importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"get-tsconfig": "^4.10.1",
53-
"glob": "^11.0.0",
53+
"glob": "^11.0.3",
5454
"pkgroll": "2.12.2",
5555
"sucrase": "^3.35.0"
5656
},

yarn.lock

Lines changed: 69 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,10 +2863,10 @@ __metadata:
28632863
languageName: node
28642864
linkType: hard
28652865

2866-
"@cloudflare/workers-types@npm:^4.20250612.0":
2867-
version: 4.20250612.0
2868-
resolution: "@cloudflare/workers-types@npm:4.20250612.0"
2869-
checksum: 10c0/1afc4738e04adcd166fb7d74775c4887d595a0624008823a3e44006a56f31f53a2d5a93f14d847936aa4066eca3e3dd912049b1fe1e23648ffbe2504a66fe59e
2866+
"@cloudflare/workers-types@npm:^4.20250613.0":
2867+
version: 4.20250613.0
2868+
resolution: "@cloudflare/workers-types@npm:4.20250613.0"
2869+
checksum: 10c0/0f8061dbfe3b80fad54ca7d40e682cedf830ee6b4dbed99544795195b4beb5bcb059ff7c8a4a37c0a5e88bfd5eb66db9177d49e3f4e5a7115b4f604e1e543911
28702870
languageName: node
28712871
linkType: hard
28722872

@@ -2952,7 +2952,7 @@ __metadata:
29522952
version: 0.0.0-use.local
29532953
resolution: "@e2e/cloudflare-workers@workspace:e2e/cloudflare-workers"
29542954
dependencies:
2955-
"@cloudflare/workers-types": "npm:^4.20250612.0"
2955+
"@cloudflare/workers-types": "npm:^4.20250613.0"
29562956
"@graphql-hive/gateway-runtime": "workspace:*"
29572957
graphql: "npm:^16.9.0"
29582958
wrangler: "npm:^4.20.0"
@@ -4157,7 +4157,7 @@ __metadata:
41574157
resolution: "@graphql-hive/importer@workspace:packages/importer"
41584158
dependencies:
41594159
get-tsconfig: "npm:^4.10.1"
4160-
glob: "npm:^11.0.0"
4160+
glob: "npm:^11.0.3"
41614161
pkgroll: "npm:2.12.2"
41624162
sucrase: "npm:^3.35.0"
41634163
languageName: unknown
@@ -5743,7 +5743,7 @@ __metadata:
57435743
"@whatwg-node/disposablestack": "npm:^0.0.6"
57445744
"@whatwg-node/fetch": "npm:^0.10.8"
57455745
dockerode: "npm:^4.0.7"
5746-
glob: "npm:^11.0.0"
5746+
glob: "npm:^11.0.3"
57475747
graphql: "npm:^16.9.0"
57485748
terminate: "npm:^2.8.0"
57495749
languageName: unknown
@@ -5759,10 +5759,10 @@ __metadata:
57595759
"@whatwg-node/disposablestack": "npm:^0.0.6"
57605760
dedent: "npm:^1.5.3"
57615761
esbuild: "npm:^0.25.5"
5762-
glob: "npm:^11.0.0"
5762+
glob: "npm:^11.0.3"
57635763
jscodeshift: "npm:^17.1.1"
57645764
tsx: "npm:^4.19.2"
5765-
zod: "npm:^3.25.63"
5765+
zod: "npm:^3.25.64"
57665766
languageName: unknown
57675767
linkType: soft
57685768

@@ -5822,6 +5822,22 @@ __metadata:
58225822
languageName: node
58235823
linkType: hard
58245824

5825+
"@isaacs/balanced-match@npm:^4.0.1":
5826+
version: 4.0.1
5827+
resolution: "@isaacs/balanced-match@npm:4.0.1"
5828+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
5829+
languageName: node
5830+
linkType: hard
5831+
5832+
"@isaacs/brace-expansion@npm:^5.0.0":
5833+
version: 5.0.0
5834+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
5835+
dependencies:
5836+
"@isaacs/balanced-match": "npm:^4.0.1"
5837+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
5838+
languageName: node
5839+
linkType: hard
5840+
58255841
"@isaacs/cliui@npm:^8.0.2":
58265842
version: 8.0.2
58275843
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -12764,9 +12780,9 @@ __metadata:
1276412780
languageName: node
1276512781
linkType: hard
1276612782

12767-
"eslint-plugin-n@npm:17.19.0":
12768-
version: 17.19.0
12769-
resolution: "eslint-plugin-n@npm:17.19.0"
12783+
"eslint-plugin-n@npm:17.20.0":
12784+
version: 17.20.0
12785+
resolution: "eslint-plugin-n@npm:17.20.0"
1277012786
dependencies:
1277112787
"@eslint-community/eslint-utils": "npm:^4.5.0"
1277212788
"@typescript-eslint/utils": "npm:^8.26.1"
@@ -12780,7 +12796,7 @@ __metadata:
1278012796
ts-declaration-location: "npm:^1.0.6"
1278112797
peerDependencies:
1278212798
eslint: ">=8.23.0"
12783-
checksum: 10c0/50100038b256cb51ef1cbb114b83b7f0536a73c35092e03c7135b5071002dd950242e611b61344b9a406536ac4e99db10d7203290db30bcaa83180507752da2a
12799+
checksum: 10c0/7820cda10c71e3d2c6a8f15b4e1cbd757364181236e31facca43216d31f5968b643854228373865adc11ce47d44ddfb078b9d8709cf7276ccbd3017b64daf792
1278412800
languageName: node
1278512801
linkType: hard
1278612802

@@ -13600,7 +13616,7 @@ __metadata:
1360013616
languageName: node
1360113617
linkType: hard
1360213618

13603-
"foreground-child@npm:^3.1.0":
13619+
"foreground-child@npm:^3.1.0, foreground-child@npm:^3.3.1":
1360413620
version: 3.3.1
1360513621
resolution: "foreground-child@npm:3.3.1"
1360613622
dependencies:
@@ -13796,7 +13812,7 @@ __metadata:
1379613812
cross-env: "npm:7.0.3"
1379713813
eslint: "npm:9.28.0"
1379813814
eslint-plugin-import: "npm:2.31.0"
13799-
eslint-plugin-n: "npm:17.19.0"
13815+
eslint-plugin-n: "npm:17.20.0"
1380013816
graphql: "npm:16.11.0"
1380113817
jest: "npm:29.7.0"
1380213818
prettier: "npm:3.5.3"
@@ -14032,6 +14048,22 @@ __metadata:
1403214048
languageName: node
1403314049
linkType: hard
1403414050

14051+
"glob@npm:^11.0.3":
14052+
version: 11.0.3
14053+
resolution: "glob@npm:11.0.3"
14054+
dependencies:
14055+
foreground-child: "npm:^3.3.1"
14056+
jackspeak: "npm:^4.1.1"
14057+
minimatch: "npm:^10.0.3"
14058+
minipass: "npm:^7.1.2"
14059+
package-json-from-dist: "npm:^1.0.0"
14060+
path-scurry: "npm:^2.0.0"
14061+
bin:
14062+
glob: dist/esm/bin.mjs
14063+
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
14064+
languageName: node
14065+
linkType: hard
14066+
1403514067
"glob@npm:^7.1.3, glob@npm:^7.1.4":
1403614068
version: 7.2.3
1403714069
resolution: "glob@npm:7.2.3"
@@ -15334,6 +15366,15 @@ __metadata:
1533415366
languageName: node
1533515367
linkType: hard
1533615368

15369+
"jackspeak@npm:^4.1.1":
15370+
version: 4.1.1
15371+
resolution: "jackspeak@npm:4.1.1"
15372+
dependencies:
15373+
"@isaacs/cliui": "npm:^8.0.2"
15374+
checksum: 10c0/84ec4f8e21d6514db24737d9caf65361511f75e5e424980eebca4199f400874f45e562ac20fa8aeb1dd20ca2f3f81f0788b6e9c3e64d216a5794fd6f30e0e042
15375+
languageName: node
15376+
linkType: hard
15377+
1533715378
"jake@npm:^10.8.5":
1533815379
version: 10.9.2
1533915380
resolution: "jake@npm:10.9.2"
@@ -16864,6 +16905,15 @@ __metadata:
1686416905
languageName: node
1686516906
linkType: hard
1686616907

16908+
"minimatch@npm:^10.0.3":
16909+
version: 10.0.3
16910+
resolution: "minimatch@npm:10.0.3"
16911+
dependencies:
16912+
"@isaacs/brace-expansion": "npm:^5.0.0"
16913+
checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f
16914+
languageName: node
16915+
linkType: hard
16916+
1686716917
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1686816918
version: 3.1.2
1686916919
resolution: "minimatch@npm:3.1.2"
@@ -21891,9 +21941,9 @@ __metadata:
2189121941
languageName: node
2189221942
linkType: hard
2189321943

21894-
"zod@npm:^3.25.63":
21895-
version: 3.25.63
21896-
resolution: "zod@npm:3.25.63"
21897-
checksum: 10c0/ce09c6ae327a66629e67340856ec19b6b4ba2c28691a2de1e618a5cc717685c2b4e9baa370cf81c34f453fc652733ecfc9a7d5d966570a22472999931abd5ada
21944+
"zod@npm:^3.25.64":
21945+
version: 3.25.64
21946+
resolution: "zod@npm:3.25.64"
21947+
checksum: 10c0/00d76093a999e377e4ffd037fa7185e861c35917e8c4272f514115c206a0654995168f57fb71708b11e0a9243206d988b7f63b543404e1796402e50d346a6bd7
2189821948
languageName: node
2189921949
linkType: hard

0 commit comments

Comments
 (0)