Skip to content

Commit 6af4945

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 acb67ea commit 6af4945

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
@@ -23,7 +23,7 @@
2323
"eslint-config-prettier": "^10.1.8",
2424
"eslint-plugin-import": "^2.32.0",
2525
"eslint-plugin-prettier": "^5.2.3",
26-
"glob": "^11.0.0",
26+
"glob": "^13.0.0",
2727
"globals": "^16.5.0",
2828
"prettier": "^3.5.3",
2929
"rollup": "^4.48.0",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4817,7 +4817,7 @@ __metadata:
48174817
languageName: node
48184818
linkType: hard
48194819

4820-
"glob@npm:^11.0.0, glob@npm:^11.0.3":
4820+
"glob@npm:^11.0.3":
48214821
version: 11.0.3
48224822
resolution: "glob@npm:11.0.3"
48234823
dependencies:
@@ -4833,6 +4833,17 @@ __metadata:
48334833
languageName: node
48344834
linkType: hard
48354835

4836+
"glob@npm:^13.0.0":
4837+
version: 13.0.0
4838+
resolution: "glob@npm:13.0.0"
4839+
dependencies:
4840+
minimatch: "npm:^10.1.1"
4841+
minipass: "npm:^7.1.2"
4842+
path-scurry: "npm:^2.0.0"
4843+
checksum: 10c0/8e2f5821f3f7c312dd102e23a15b80c79e0837a9872784293ba2e15ec73b3f3749a49a42a31bfcb4e52c84820a474e92331c2eebf18819d20308f5c33876630a
4844+
languageName: node
4845+
linkType: hard
4846+
48364847
"globals@npm:^14.0.0":
48374848
version: 14.0.0
48384849
resolution: "globals@npm:14.0.0"
@@ -5809,7 +5820,7 @@ __metadata:
58095820
languageName: node
58105821
linkType: hard
58115822

5812-
"minimatch@npm:^10.0.3":
5823+
"minimatch@npm:^10.0.3, minimatch@npm:^10.1.1":
58135824
version: 10.1.1
58145825
resolution: "minimatch@npm:10.1.1"
58155826
dependencies:
@@ -7238,7 +7249,7 @@ __metadata:
72387249
eslint-config-prettier: "npm:^10.1.8"
72397250
eslint-plugin-import: "npm:^2.32.0"
72407251
eslint-plugin-prettier: "npm:^5.2.3"
7241-
glob: "npm:^11.0.0"
7252+
glob: "npm:^13.0.0"
72427253
globals: "npm:^16.5.0"
72437254
prettier: "npm:^3.5.3"
72447255
rollup: "npm:^4.48.0"

0 commit comments

Comments
 (0)