Skip to content

Commit ff50c13

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump glob from 10.2.1 to 10.2.2
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.1 to 10.2.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.2.1...v10.2.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5de91c commit ff50c13

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"del": "7.0.0",
9292
"end-of-stream": "1.4.4",
9393
"fancy-log": "2.0.0",
94-
"glob": "^10.2.1",
94+
"glob": "^10.2.2",
9595
"got": "12.6.0",
9696
"gulp": "^4.0.0",
9797
"gulp-cli": "2.3.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,13 +2958,12 @@ glob-watcher@^5.0.3:
29582958
just-debounce "^1.0.0"
29592959
object.defaults "^1.1.0"
29602960

2961-
glob@^10.2.1:
2962-
version "10.2.1"
2963-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.1.tgz#44288e9186b5cd5baa848728533ba21a94aa8f33"
2964-
integrity sha512-ngom3wq2UhjdbmRE/krgkD8BQyi1KZ5l+D2dVm4+Yj+jJIBp74/ZGunL6gNGc/CYuQmvUBiavWEXIotRiv5R6A==
2961+
glob@^10.2.2:
2962+
version "10.2.2"
2963+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
2964+
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
29652965
dependencies:
29662966
foreground-child "^3.1.0"
2967-
fs.realpath "^1.0.0"
29682967
jackspeak "^2.0.3"
29692968
minimatch "^9.0.0"
29702969
minipass "^5.0.0"

0 commit comments

Comments
 (0)