Skip to content

Commit 1661862

Browse files
build(deps-dev): bump glob from 11.0.3 to 13.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v13.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 229c677 commit 1661862

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^10.1.8",
2222
"eslint-plugin-import": "^2.32.0",
2323
"eslint-plugin-prettier": "^5.2.3",
24-
"glob": "^11.0.0",
24+
"glob": "^13.0.0",
2525
"globals": "^16.5.0",
2626
"prettier": "^3.5.3",
2727
"rollup": "^4.48.0",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4335,7 +4335,7 @@ __metadata:
43354335
languageName: node
43364336
linkType: hard
43374337

4338-
"glob@npm:^11.0.0, glob@npm:^11.0.3":
4338+
"glob@npm:^11.0.3":
43394339
version: 11.0.3
43404340
resolution: "glob@npm:11.0.3"
43414341
dependencies:
@@ -4351,6 +4351,17 @@ __metadata:
43514351
languageName: node
43524352
linkType: hard
43534353

4354+
"glob@npm:^13.0.0":
4355+
version: 13.0.0
4356+
resolution: "glob@npm:13.0.0"
4357+
dependencies:
4358+
minimatch: "npm:^10.1.1"
4359+
minipass: "npm:^7.1.2"
4360+
path-scurry: "npm:^2.0.0"
4361+
checksum: 10c0/8e2f5821f3f7c312dd102e23a15b80c79e0837a9872784293ba2e15ec73b3f3749a49a42a31bfcb4e52c84820a474e92331c2eebf18819d20308f5c33876630a
4362+
languageName: node
4363+
linkType: hard
4364+
43544365
"globals@npm:^14.0.0":
43554366
version: 14.0.0
43564367
resolution: "globals@npm:14.0.0"
@@ -5311,7 +5322,7 @@ __metadata:
53115322
languageName: node
53125323
linkType: hard
53135324

5314-
"minimatch@npm:^10.0.3":
5325+
"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1":
53155326
version: 10.1.1
53165327
resolution: "minimatch@npm:10.1.1"
53175328
dependencies:
@@ -6697,7 +6708,7 @@ __metadata:
66976708
eslint-config-prettier: "npm:^10.1.8"
66986709
eslint-plugin-import: "npm:^2.32.0"
66996710
eslint-plugin-prettier: "npm:^5.2.3"
6700-
glob: "npm:^11.0.0"
6711+
glob: "npm:^13.0.0"
67016712
globals: "npm:^16.5.0"
67026713
prettier: "npm:^3.5.3"
67036714
rollup: "npm:^4.48.0"

0 commit comments

Comments
 (0)