Skip to content

Commit 90a602a

Browse files
Bump micromatch from 4.0.5 to 4.0.8 in /docs (#1522)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean <[email protected]>
1 parent c1937a0 commit 90a602a

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

docs/yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@
23752375
"@docusaurus/theme-search-algolia" "2.2.0"
23762376
"@docusaurus/types" "2.2.0"
23772377

2378-
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]":
2378+
"@docusaurus/[email protected]":
23792379
version "5.5.2"
23802380
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
23812381
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -3738,7 +3738,14 @@ brace-expansion@^1.1.7:
37383738
balanced-match "^1.0.0"
37393739
concat-map "0.0.1"
37403740

3741-
braces@^3.0.2, braces@~3.0.2:
3741+
braces@^3.0.3:
3742+
version "3.0.3"
3743+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3744+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
3745+
dependencies:
3746+
fill-range "^7.1.1"
3747+
3748+
braces@~3.0.2:
37423749
version "3.0.2"
37433750
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
37443751
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4998,6 +5005,13 @@ fill-range@^7.0.1:
49985005
dependencies:
49995006
to-regex-range "^5.0.1"
50005007

5008+
fill-range@^7.1.1:
5009+
version "7.1.1"
5010+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
5011+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
5012+
dependencies:
5013+
to-regex-range "^5.0.1"
5014+
50015015
50025016
version "1.2.0"
50035017
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
@@ -6205,11 +6219,11 @@ methods@~1.1.2:
62056219
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
62066220

62076221
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
6208-
version "4.0.5"
6209-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
6210-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
6222+
version "4.0.8"
6223+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6224+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
62116225
dependencies:
6212-
braces "^3.0.2"
6226+
braces "^3.0.3"
62136227
picomatch "^2.3.1"
62146228

62156229
[email protected], "mime-db@>= 1.43.0 < 2":
@@ -7316,6 +7330,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
73167330
dependencies:
73177331
"@babel/runtime" "^7.10.3"
73187332

7333+
"react-loadable@npm:@docusaurus/[email protected]":
7334+
version "5.5.2"
7335+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
7336+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
7337+
dependencies:
7338+
"@types/react" "*"
7339+
prop-types "^15.6.2"
7340+
73197341
react-router-config@^5.1.1:
73207342
version "5.1.1"
73217343
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"

0 commit comments

Comments
 (0)