Skip to content

Commit 66062fa

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump glob from 13.0.1 to 13.0.2
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.1 to 13.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d07f86c commit 66062fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"del": "8.0.1",
9393
"end-of-stream": "1.4.5",
9494
"fancy-log": "2.0.0",
95-
"glob": "^13.0.1",
95+
"glob": "^13.0.2",
9696
"got": "14.6.6",
9797
"gulp": "^5.0.1",
9898
"gulp-cli": "3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,10 +2707,10 @@ glob@^11.0.3:
27072707
package-json-from-dist "^1.0.0"
27082708
path-scurry "^2.0.0"
27092709

2710-
glob@^13.0.1:
2711-
version "13.0.1"
2712-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.1.tgz#c59a2500c9a5f1ab9cdd370217ced63c2aa81e60"
2713-
integrity sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==
2710+
glob@^13.0.2:
2711+
version "13.0.2"
2712+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.2.tgz#74b28859255e319c84d1aed1a0a5b5248bfea227"
2713+
integrity sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==
27142714
dependencies:
27152715
minimatch "^10.1.2"
27162716
minipass "^7.1.2"

0 commit comments

Comments
 (0)