Skip to content

Commit af1d4db

Browse files
Bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5274fac commit af1d4db

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,14 @@ brace-expansion@^1.1.7:
419419
balanced-match "^1.0.0"
420420
concat-map "0.0.1"
421421

422-
braces@^3.0.2, braces@~3.0.2:
422+
braces@^3.0.3:
423+
version "3.0.3"
424+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
425+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
426+
dependencies:
427+
fill-range "^7.1.1"
428+
429+
braces@~3.0.2:
423430
version "3.0.2"
424431
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
425432
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -939,6 +946,13 @@ fill-range@^7.0.1:
939946
dependencies:
940947
to-regex-range "^5.0.1"
941948

949+
fill-range@^7.1.1:
950+
version "7.1.1"
951+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
952+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
953+
dependencies:
954+
to-regex-range "^5.0.1"
955+
942956
find-up@^5.0.0:
943957
version "5.0.0"
944958
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -1372,11 +1386,11 @@ merge2@^1.3.0, merge2@^1.4.1:
13721386
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
13731387

13741388
micromatch@^4.0.4, micromatch@^4.0.5:
1375-
version "4.0.5"
1376-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1377-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1389+
version "4.0.8"
1390+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1391+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
13781392
dependencies:
1379-
braces "^3.0.2"
1393+
braces "^3.0.3"
13801394
picomatch "^2.3.1"
13811395

13821396
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:

0 commit comments

Comments
 (0)