Skip to content

Commit 4ee33ae

Browse files
chore(deps): 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 8d92952 commit 4ee33ae

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
@@ -375,7 +375,14 @@ brace-expansion@^1.1.7:
375375
balanced-match "^1.0.0"
376376
concat-map "0.0.1"
377377

378-
braces@^3.0.2, braces@~3.0.2:
378+
braces@^3.0.3:
379+
version "3.0.3"
380+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
381+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
382+
dependencies:
383+
fill-range "^7.1.1"
384+
385+
braces@~3.0.2:
379386
version "3.0.2"
380387
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
381388
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1215,6 +1222,13 @@ fill-range@^7.0.1:
12151222
dependencies:
12161223
to-regex-range "^5.0.1"
12171224

1225+
fill-range@^7.1.1:
1226+
version "7.1.1"
1227+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1228+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1229+
dependencies:
1230+
to-regex-range "^5.0.1"
1231+
12181232
find-up@^2.0.0:
12191233
version "2.1.0"
12201234
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -1916,11 +1930,11 @@ merge2@^1.3.0, merge2@^1.4.1:
19161930
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
19171931

19181932
micromatch@^4.0.4:
1919-
version "4.0.5"
1920-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1921-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
1933+
version "4.0.8"
1934+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
1935+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
19221936
dependencies:
1923-
braces "^3.0.2"
1937+
braces "^3.0.3"
19241938
picomatch "^2.3.1"
19251939

19261940
mimic-fn@^2.1.0:

0 commit comments

Comments
 (0)