Skip to content

Commit bdc61cf

Browse files
Bump glob from 11.0.3 to 13.0.0 (#651)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee1ee64 commit bdc61cf

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"fast-extract": "^1.7.5",
385385
"file-type": "^21.1.1",
386386
"fs-extra": "^11.3.2",
387-
"glob": "^11.1.0",
387+
"glob": "^13.0.0",
388388
"globby": "^16.0.0",
389389
"jest": "^30.2.0",
390390
"jest-html-reporter": "^4.3.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4194,7 +4194,7 @@ glob@^10.3.10:
41944194
package-json-from-dist "^1.0.0"
41954195
path-scurry "^1.11.1"
41964196

4197-
glob@^11.0.0, glob@^11.1.0:
4197+
glob@^11.0.0:
41984198
version "11.1.0"
41994199
resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
42004200
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
@@ -4206,6 +4206,15 @@ glob@^11.0.0, glob@^11.1.0:
42064206
package-json-from-dist "^1.0.0"
42074207
path-scurry "^2.0.0"
42084208

4209+
glob@^13.0.0:
4210+
version "13.0.0"
4211+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
4212+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
4213+
dependencies:
4214+
minimatch "^10.1.1"
4215+
minipass "^7.1.2"
4216+
path-scurry "^2.0.0"
4217+
42094218
glob@^7.1.4:
42104219
version "7.2.3"
42114220
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"

0 commit comments

Comments
 (0)