Skip to content

Commit 6d3bd05

Browse files
build(deps): bump glob from 11.1.0 to 12.0.0 (#8995)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.1.0 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93b0211 commit 6d3bd05

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

e2e/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/dockerode": "^3.3.28",
99
"@whatwg-node/disposablestack": "^0.0.6",
1010
"dockerode": "^4.0.2",
11-
"glob": "^11.1.0",
11+
"glob": "^12.0.0",
1212
"graphql": "^16.10.0",
1313
"tsx": "^4.16.5"
1414
}

packages/include/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"sucrase": "^3.35.0"
5757
},
5858
"devDependencies": {
59-
"glob": "^11.1.0",
59+
"glob": "^12.0.0",
6060
"graphql": "16.12.0"
6161
},
6262
"publishConfig": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4423,7 +4423,7 @@ __metadata:
44234423
"@types/dockerode": "npm:^3.3.28"
44244424
"@whatwg-node/disposablestack": "npm:^0.0.6"
44254425
dockerode: "npm:^4.0.2"
4426-
glob: "npm:^11.1.0"
4426+
glob: "npm:^12.0.0"
44274427
graphql: "npm:^16.10.0"
44284428
tsx: "npm:^4.16.5"
44294429
languageName: unknown
@@ -7187,7 +7187,7 @@ __metadata:
71877187
"@graphql-mesh/utils": "npm:^0.104.16"
71887188
dotenv: "npm:^17.0.0"
71897189
get-tsconfig: "npm:^4.7.6"
7190-
glob: "npm:^11.1.0"
7190+
glob: "npm:^12.0.0"
71917191
graphql: "npm:16.12.0"
71927192
jiti: "npm:^2.0.0"
71937193
sucrase: "npm:^3.35.0"
@@ -24534,9 +24534,9 @@ __metadata:
2453424534
languageName: node
2453524535
linkType: hard
2453624536

24537-
"glob@npm:^11.1.0":
24538-
version: 11.1.0
24539-
resolution: "glob@npm:11.1.0"
24537+
"glob@npm:^12.0.0":
24538+
version: 12.0.0
24539+
resolution: "glob@npm:12.0.0"
2454024540
dependencies:
2454124541
foreground-child: "npm:^3.3.1"
2454224542
jackspeak: "npm:^4.1.1"
@@ -24546,7 +24546,7 @@ __metadata:
2454624546
path-scurry: "npm:^2.0.0"
2454724547
bin:
2454824548
glob: dist/esm/bin.mjs
24549-
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
24549+
checksum: 10c0/923fbb7e30913496dc1c30191edb7ebb610a26edac81710a5f697c718b08694bce7fb0245baceba5383472778a8431ff7c36571703507cc6563602d3c139c993
2455024550
languageName: node
2455124551
linkType: hard
2455224552

0 commit comments

Comments
 (0)