Skip to content

Commit 8edf274

Browse files
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#75)
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>
1 parent 7aa9175 commit 8edf274

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

yarn.lock

+32-8
Original file line numberDiff line numberDiff line change
@@ -2244,9 +2244,10 @@ brace-expansion@^2.0.1:
22442244
dependencies:
22452245
balanced-match "^1.0.0"
22462246

2247-
braces@^3.0.2:
2247+
braces@^3.0.3:
22482248
version "3.0.3"
2249-
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
2249+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2250+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
22502251
dependencies:
22512252
fill-range "^7.1.1"
22522253

@@ -6100,10 +6101,11 @@ methods@~1.1.2:
61006101
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
61016102

61026103
micromatch@^4.0.0, micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
6103-
version "4.0.5"
6104-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz"
6104+
version "4.0.8"
6105+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6106+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
61056107
dependencies:
6106-
braces "^3.0.2"
6108+
braces "^3.0.3"
61076109
picomatch "^2.3.1"
61086110

61096111
@@ -8255,7 +8257,7 @@ string-length@^4.0.1:
82558257
char-regex "^1.0.2"
82568258
strip-ansi "^6.0.0"
82578259

8258-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8260+
"string-width-cjs@npm:string-width@^4.2.0":
82598261
version "4.2.3"
82608262
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
82618263
dependencies:
@@ -8271,6 +8273,14 @@ string-width@^1.0.1:
82718273
is-fullwidth-code-point "^1.0.0"
82728274
strip-ansi "^3.0.0"
82738275

8276+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8277+
version "4.2.3"
8278+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8279+
dependencies:
8280+
emoji-regex "^8.0.0"
8281+
is-fullwidth-code-point "^3.0.0"
8282+
strip-ansi "^6.0.1"
8283+
82748284
string-width@^2.0.0, string-width@^2.1.1:
82758285
version "2.1.1"
82768286
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
@@ -8371,7 +8381,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
83718381
version "1.0.1"
83728382
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz"
83738383

8374-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8384+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
83758385
version "6.0.1"
83768386
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
83778387
dependencies:
@@ -8395,6 +8405,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
83958405
dependencies:
83968406
ansi-regex "^4.1.0"
83978407

8408+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8409+
version "6.0.1"
8410+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8411+
dependencies:
8412+
ansi-regex "^5.0.1"
8413+
83988414
strip-ansi@^7.0.1:
83998415
version "7.0.1"
84008416
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz"
@@ -9146,7 +9162,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
91469162
dependencies:
91479163
errno "~0.1.7"
91489164

9149-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9165+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
91509166
version "7.0.0"
91519167
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
91529168
dependencies:
@@ -9170,6 +9186,14 @@ wrap-ansi@^6.2.0:
91709186
string-width "^4.1.0"
91719187
strip-ansi "^6.0.0"
91729188

9189+
wrap-ansi@^7.0.0:
9190+
version "7.0.0"
9191+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9192+
dependencies:
9193+
ansi-styles "^4.0.0"
9194+
string-width "^4.1.0"
9195+
strip-ansi "^6.0.0"
9196+
91739197
wrap-ansi@^8.1.0:
91749198
version "8.1.0"
91759199
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)