Skip to content

Commit 51b6d28

Browse files
Bump glob from 12.0.0 to 13.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 12.0.0 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v12.0.0...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] <[email protected]>
1 parent 73f2f7b commit 51b6d28

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
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": "^12.0.0",
95+
"glob": "^13.0.0",
9696
"got": "14.6.4",
9797
"gulp": "^5.0.1",
9898
"gulp-cli": "3.1.0",

yarn.lock

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

2710-
glob@^12.0.0:
2711-
version "12.0.0"
2712-
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
2713-
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
2710+
glob@^13.0.0:
2711+
version "13.0.0"
2712+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
2713+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
27142714
dependencies:
2715-
foreground-child "^3.3.1"
2716-
jackspeak "^4.1.1"
27172715
minimatch "^10.1.1"
27182716
minipass "^7.1.2"
2719-
package-json-from-dist "^1.0.0"
27202717
path-scurry "^2.0.0"
27212718

27222719
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:

0 commit comments

Comments
 (0)