Skip to content

Commit ffdc92d

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 7eb5ba1 commit ffdc92d

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
@@ -2992,7 +2992,14 @@ brace-expansion@^4.0.0:
29922992
dependencies:
29932993
balanced-match "^3.0.0"
29942994

2995-
braces@^3.0.2, braces@~3.0.2:
2995+
braces@^3.0.3:
2996+
version "3.0.3"
2997+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2998+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2999+
dependencies:
3000+
fill-range "^7.1.1"
3001+
3002+
braces@~3.0.2:
29963003
version "3.0.2"
29973004
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
29983005
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4192,6 +4199,13 @@ fill-range@^7.0.1:
41924199
dependencies:
41934200
to-regex-range "^5.0.1"
41944201

4202+
fill-range@^7.1.1:
4203+
version "7.1.1"
4204+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4205+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4206+
dependencies:
4207+
to-regex-range "^5.0.1"
4208+
41954209
find-cache-dir@^3.2.0:
41964210
version "3.3.2"
41974211
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
@@ -5726,11 +5740,11 @@ merge2@^1.3.0, merge2@^1.4.1:
57265740
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
57275741

57285742
micromatch@^4.0.2, micromatch@^4.0.4:
5729-
version "4.0.5"
5730-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
5731-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
5743+
version "4.0.8"
5744+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5745+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
57325746
dependencies:
5733-
braces "^3.0.2"
5747+
braces "^3.0.3"
57345748
picomatch "^2.3.1"
57355749

57365750

0 commit comments

Comments
 (0)