Skip to content

Commit 07cf984

Browse files
authored
Merge pull request #143 from mohsen1/dependabot/npm_and_yarn/micromatch-4.0.8
Bump micromatch from 4.0.7 to 4.0.8
2 parents 3da1a5a + 85e276d commit 07cf984

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,9 +2996,9 @@ methods@~1.1.2:
29962996
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
29972997

29982998
micromatch@^4.0.2, micromatch@^4.0.4:
2999-
version "4.0.7"
3000-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
3001-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
2999+
version "4.0.8"
3000+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3001+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
30023002
dependencies:
30033003
braces "^3.0.3"
30043004
picomatch "^2.3.1"
@@ -3961,7 +3961,16 @@ string-length@^4.0.1:
39613961
char-regex "^1.0.2"
39623962
strip-ansi "^6.0.0"
39633963

3964-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3964+
"string-width-cjs@npm:string-width@^4.2.0":
3965+
version "4.2.3"
3966+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3967+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3968+
dependencies:
3969+
emoji-regex "^8.0.0"
3970+
is-fullwidth-code-point "^3.0.0"
3971+
strip-ansi "^6.0.1"
3972+
3973+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
39653974
version "4.2.3"
39663975
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
39673976
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3993,7 +4002,14 @@ string_decoder@~1.1.1:
39934002
dependencies:
39944003
safe-buffer "~5.1.0"
39954004

3996-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4005+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4006+
version "6.0.1"
4007+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4008+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4009+
dependencies:
4010+
ansi-regex "^5.0.1"
4011+
4012+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
39974013
version "6.0.1"
39984014
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
39994015
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4371,7 +4387,16 @@ which@^2.0.1:
43714387
dependencies:
43724388
isexe "^2.0.0"
43734389

4374-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4390+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4391+
version "7.0.0"
4392+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4393+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4394+
dependencies:
4395+
ansi-styles "^4.0.0"
4396+
string-width "^4.1.0"
4397+
strip-ansi "^6.0.0"
4398+
4399+
wrap-ansi@^7.0.0:
43754400
version "7.0.0"
43764401
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
43774402
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)