Skip to content

Commit fda15f5

Browse files
Bump glob from 9.0.1 to 9.1.2
Bumps [glob](https://github.com/isaacs/node-glob) from 9.0.1 to 9.1.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v9.0.1...v9.1.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c1e146 commit fda15f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,12 +1036,12 @@ glob@^7.0.6, glob@^7.1.3:
10361036
path-is-absolute "^1.0.0"
10371037

10381038
glob@^9.0.1:
1039-
version "9.0.1"
1040-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.0.1.tgz#4f2c8a645659d81177bcf792761b52862696ca4e"
1041-
integrity sha512-psRdn8MI0gRcH0xow0VOhYxXD/6ZaRGmgtfN0oWN/hCgjxpRQBMCl7wE4JRJSAUTdJsW+FmD0EtE0CgJhKqSVw==
1039+
version "9.1.2"
1040+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.1.2.tgz#6587a51675a7273191654e0a912a22a0e4ca7a44"
1041+
integrity sha512-AcvrjOR0OSiS8p+1SInzhCHJ11NHV8P/nN1BDuk6gEjIHSR60SXktPzi/HJt8Z3NIyK4qSO1hZ9jpsasFZENpA==
10421042
dependencies:
10431043
fs.realpath "^1.0.0"
1044-
minimatch "^7.3.0"
1044+
minimatch "^7.4.1"
10451045
minipass "^4.2.4"
10461046
path-scurry "^1.5.0"
10471047

@@ -1389,10 +1389,10 @@ minimatch@^5.1.0:
13891389
dependencies:
13901390
brace-expansion "^2.0.1"
13911391

1392-
minimatch@^7.3.0:
1393-
version "7.3.0"
1394-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.3.0.tgz#cfb7337e7460308e7147c58250fa0dee3da7929c"
1395-
integrity sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==
1392+
minimatch@^7.4.1:
1393+
version "7.4.2"
1394+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
1395+
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
13961396
dependencies:
13971397
brace-expansion "^2.0.1"
13981398

0 commit comments

Comments
 (0)