Skip to content

Commit 87d43fb

Browse files
Bump glob from 11.1.0 to 13.0.0 in /mega-linter-runner (#6638)
Bumps [glob](https://github.com/isaacs/node-glob) from 11.1.0 to 13.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.0 dependency-type: direct:production 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 f0f76cb commit 87d43fb

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

mega-linter-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"chalk": "^5.4.1",
8686
"find-package-json": "^1.2.0",
8787
"fs-extra": "^11.1.1",
88-
"glob": "^12.0.0",
88+
"glob": "^13.0.0",
8989
"js-yaml": "^4.1.0",
9090
"mem-fs": "^4.0.0",
9191
"open": "^11.0.0",

mega-linter-runner/yarn.lock

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ for-each@^0.3.5:
15941594
dependencies:
15951595
is-callable "^1.2.7"
15961596

1597-
foreground-child@^3.1.0, foreground-child@^3.3.1:
1597+
foreground-child@^3.1.0:
15981598
version "3.3.1"
15991599
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
16001600
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -1708,18 +1708,6 @@ glob@^10.4.5:
17081708
package-json-from-dist "^1.0.0"
17091709
path-scurry "^1.11.1"
17101710

1711-
glob@^12.0.0:
1712-
version "12.0.0"
1713-
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
1714-
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
1715-
dependencies:
1716-
foreground-child "^3.3.1"
1717-
jackspeak "^4.1.1"
1718-
minimatch "^10.1.1"
1719-
minipass "^7.1.2"
1720-
package-json-from-dist "^1.0.0"
1721-
path-scurry "^2.0.0"
1722-
17231711
glob@^13.0.0:
17241712
version "13.0.0"
17251713
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
@@ -2120,13 +2108,6 @@ jackspeak@^3.1.2:
21202108
optionalDependencies:
21212109
"@pkgjs/parseargs" "^0.11.0"
21222110

2123-
jackspeak@^4.1.1:
2124-
version "4.1.1"
2125-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
2126-
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
2127-
dependencies:
2128-
"@isaacs/cliui" "^8.0.2"
2129-
21302111
jake@^10.8.5:
21312112
version "10.9.4"
21322113
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.4.tgz#d626da108c63d5cfb00ab5c25fadc7e0084af8e6"

0 commit comments

Comments
 (0)