Skip to content

Commit 8400f0e

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump glob from 10.2.5 to 10.2.6
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.5 to 10.2.6. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.2.5...v10.2.6) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ef8b1f commit 8400f0e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.5",
94+
"glob": "^10.2.6",
9595
"got": "12.6.0",
9696
"gulp": "^4.0.0",
9797
"gulp-cli": "2.3.0",

yarn.lock

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

2961-
glob@^10.2.5:
2962-
version "10.2.5"
2963-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.5.tgz#73c1850ac8f077810d8370ba414b382ad1a86083"
2964-
integrity sha512-Gj+dFYPZ5hc5dazjXzB0iHg2jKWJZYMjITXYPBRQ/xc2Buw7H0BINknRTwURJ6IC6MEFpYbLvtgVb3qD+DwyuA==
2961+
glob@^10.2.6:
2962+
version "10.2.6"
2963+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
2964+
integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==
29652965
dependencies:
29662966
foreground-child "^3.1.0"
29672967
jackspeak "^2.0.3"
2968-
minimatch "^9.0.0"
2968+
minimatch "^9.0.1"
29692969
minipass "^5.0.0 || ^6.0.2"
29702970
path-scurry "^1.7.0"
29712971

@@ -4869,10 +4869,10 @@ minimatch@^5.0.1:
48694869
dependencies:
48704870
brace-expansion "^2.0.1"
48714871

4872-
minimatch@^9.0.0:
4873-
version "9.0.0"
4874-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
4875-
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
4872+
minimatch@^9.0.1:
4873+
version "9.0.1"
4874+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
4875+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
48764876
dependencies:
48774877
brace-expansion "^2.0.1"
48784878

0 commit comments

Comments
 (0)