Skip to content

Commit 60f7a4e

Browse files
fix(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/4.0.8/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 7188c1f commit 60f7a4e

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
@@ -2690,7 +2690,14 @@ brace-expansion@^4.0.0:
26902690
dependencies:
26912691
balanced-match "^3.0.0"
26922692

2693-
braces@^3.0.2, braces@~3.0.2:
2693+
braces@^3.0.3:
2694+
version "3.0.3"
2695+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2696+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2697+
dependencies:
2698+
fill-range "^7.1.1"
2699+
2700+
braces@~3.0.2:
26942701
version "3.0.2"
26952702
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
26962703
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -3890,6 +3897,13 @@ fill-range@^7.0.1:
38903897
dependencies:
38913898
to-regex-range "^5.0.1"
38923899

3900+
fill-range@^7.1.1:
3901+
version "7.1.1"
3902+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
3903+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
3904+
dependencies:
3905+
to-regex-range "^5.0.1"
3906+
38933907
find-cache-dir@^3.2.0:
38943908
version "3.3.2"
38953909
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
@@ -5424,11 +5438,11 @@ merge2@^1.3.0, merge2@^1.4.1:
54245438
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
54255439

54265440
micromatch@^4.0.2, micromatch@^4.0.4:
5427-
version "4.0.5"
5428-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
5429-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
5441+
version "4.0.8"
5442+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5443+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
54305444
dependencies:
5431-
braces "^3.0.2"
5445+
braces "^3.0.3"
54325446
picomatch "^2.3.1"
54335447

54345448

0 commit comments

Comments
 (0)