Skip to content

Commit d1945ae

Browse files
Bump glob from 10.4.5 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72b3719 commit d1945ae

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vueless/storybook-dark-mode": "^10.0.4",
4343
"chalk": "^5.0.1",
4444
"date-fns": "^4.1.0",
45-
"glob": "^11.1.0",
45+
"glob": "^12.0.0",
4646
"lorem-ipsum": "^2.0.8",
4747
"marked": "^11.0",
4848
"marked-terminal": "^7.1.0",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ __metadata:
27562756
"@vueless/storybook-dark-mode": "npm:^10.0.4"
27572757
chalk: "npm:^5.0.1"
27582758
date-fns: "npm:^4.1.0"
2759-
glob: "npm:^11.1.0"
2759+
glob: "npm:^12.0.0"
27602760
lorem-ipsum: "npm:^2.0.8"
27612761
madge: "npm:^8.0.0"
27622762
marked: "npm:^11.0"
@@ -8701,6 +8701,22 @@ __metadata:
87018701
languageName: node
87028702
linkType: hard
87038703

8704+
"glob@npm:^12.0.0":
8705+
version: 12.0.0
8706+
resolution: "glob@npm:12.0.0"
8707+
dependencies:
8708+
foreground-child: "npm:^3.3.1"
8709+
jackspeak: "npm:^4.1.1"
8710+
minimatch: "npm:^10.1.1"
8711+
minipass: "npm:^7.1.2"
8712+
package-json-from-dist: "npm:^1.0.0"
8713+
path-scurry: "npm:^2.0.0"
8714+
bin:
8715+
glob: dist/esm/bin.mjs
8716+
checksum: 10c0/923fbb7e30913496dc1c30191edb7ebb610a26edac81710a5f697c718b08694bce7fb0245baceba5383472778a8431ff7c36571703507cc6563602d3c139c993
8717+
languageName: node
8718+
linkType: hard
8719+
87048720
"glob@npm:^7.1.6, glob@npm:^7.2.3":
87058721
version: 7.2.3
87068722
resolution: "glob@npm:7.2.3"

0 commit comments

Comments
 (0)