Skip to content

Commit 7c63e92

Browse files
build(deps-dev): bump markdownlint-cli from 0.33.0 to 0.35.0 (#270)
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.33.0 to 0.35.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.33.0...v0.35.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a90bb commit 7c63e92

2 files changed

Lines changed: 118 additions & 41 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-node": "^11.0.0",
4242
"eslint-plugin-prettier": "^5.0.0",
4343
"lerna-changelog": "^2.1.0",
44-
"markdownlint-cli": "^0.33.0",
44+
"markdownlint-cli": "^0.35.0",
4545
"mocha": "^10.1.0",
4646
"npm-run-all": "^4.1.5",
4747
"prettier": "^3.0.0",

yarn.lock

Lines changed: 117 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@
151151
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
152152
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
153153

154+
"@isaacs/cliui@^8.0.2":
155+
version "8.0.2"
156+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
157+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
158+
dependencies:
159+
string-width "^5.1.2"
160+
string-width-cjs "npm:string-width@^4.2.0"
161+
strip-ansi "^7.0.1"
162+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
163+
wrap-ansi "^8.1.0"
164+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
165+
154166
"@lint-todo/utils@^13.0.3":
155167
version "13.1.0"
156168
resolved "https://registry.yarnpkg.com/@lint-todo/utils/-/utils-13.1.0.tgz#bb99b479e357f20fbf5fa200c59cafda2a02f849"
@@ -326,6 +338,11 @@
326338
dependencies:
327339
"@octokit/openapi-types" "^18.0.0"
328340

341+
"@pkgjs/parseargs@^0.11.0":
342+
version "0.11.0"
343+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
344+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
345+
329346
"@pkgr/utils@^2.3.1":
330347
version "2.4.2"
331348
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
@@ -1150,10 +1167,10 @@ commander@^8.3.0:
11501167
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
11511168
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
11521169

1153-
commander@~9.4.1:
1154-
version "9.4.1"
1155-
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
1156-
integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==
1170+
commander@~11.0.0:
1171+
version "11.0.0"
1172+
resolved "https://registry.yarnpkg.com/commander/-/commander-11.0.0.tgz#43e19c25dbedc8256203538e8d7e9346877a6f67"
1173+
integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==
11571174

11581175
11591176
version "0.0.1"
@@ -1200,7 +1217,7 @@ cross-spawn@^6.0.5:
12001217
shebang-command "^1.2.0"
12011218
which "^1.2.9"
12021219

1203-
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
1220+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
12041221
version "7.0.3"
12051222
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
12061223
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -1958,6 +1975,14 @@ for-each@^0.3.3:
19581975
dependencies:
19591976
is-callable "^1.1.3"
19601977

1978+
foreground-child@^3.1.0:
1979+
version "3.1.1"
1980+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
1981+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
1982+
dependencies:
1983+
cross-spawn "^7.0.0"
1984+
signal-exit "^4.0.1"
1985+
19611986
form-data-encoder@^2.1.2:
19621987
version "2.1.3"
19631988
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.3.tgz#682cd821a8423605093992ff895e6b2ed5a9d429"
@@ -2166,16 +2191,16 @@ glob@^5.0.10:
21662191
once "^1.3.0"
21672192
path-is-absolute "^1.0.0"
21682193

2169-
glob@~8.0.3:
2170-
version "8.0.3"
2171-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
2172-
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
2194+
glob@~10.2.7:
2195+
version "10.2.7"
2196+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.7.tgz#9dd2828cd5bc7bd861e7738d91e7113dda41d7d8"
2197+
integrity sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==
21732198
dependencies:
2174-
fs.realpath "^1.0.0"
2175-
inflight "^1.0.4"
2176-
inherits "2"
2177-
minimatch "^5.0.1"
2178-
once "^1.3.0"
2199+
foreground-child "^3.1.0"
2200+
jackspeak "^2.0.3"
2201+
minimatch "^9.0.1"
2202+
minipass "^5.0.0 || ^6.0.2"
2203+
path-scurry "^1.7.0"
21792204

21802205
global-dirs@^3.0.0:
21812206
version "3.0.0"
@@ -2897,6 +2922,15 @@ iterate-value@^1.0.2:
28972922
es-get-iterator "^1.0.2"
28982923
iterate-iterator "^1.0.1"
28992924

2925+
jackspeak@^2.0.3:
2926+
version "2.2.1"
2927+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
2928+
integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==
2929+
dependencies:
2930+
"@isaacs/cliui" "^8.0.2"
2931+
optionalDependencies:
2932+
"@pkgjs/parseargs" "^0.11.0"
2933+
29002934
js-tokens@^4.0.0:
29012935
version "4.0.0"
29022936
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -3148,6 +3182,11 @@ lru-cache@^7.14.1:
31483182
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
31493183
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
31503184

3185+
"lru-cache@^9.1.1 || ^10.0.0":
3186+
version "10.0.0"
3187+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
3188+
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
3189+
31513190
macos-release@^3.1.0:
31523191
version "3.2.0"
31533192
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.2.0.tgz#dcee82b6a4932971b1538dbf6f3aabc4a903b613"
@@ -3193,27 +3232,33 @@ [email protected]:
31933232
mdurl "^1.0.1"
31943233
uc.micro "^1.0.5"
31953234

3196-
markdownlint-cli@^0.33.0:
3197-
version "0.33.0"
3198-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.33.0.tgz#703af1234c32c309ab52fcd0e8bc797a34e2b096"
3199-
integrity sha512-zMK1oHpjYkhjO+94+ngARiBBrRDEUMzooDHBAHtmEIJ9oYddd9l3chCReY2mPlecwH7gflQp1ApilTo+o0zopQ==
3235+
markdownlint-cli@^0.35.0:
3236+
version "0.35.0"
3237+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.35.0.tgz#1a6386777c6f20681e1425c0b7a056cf130bc46f"
3238+
integrity sha512-lVIIIV1MrUtjoocgDqXLxUCxlRbn7Ve8rsWppfwciUNwLlNS28AhNiyQ3PU7jjj4Qvj+rWTTvwkqg7AcdG988g==
32003239
dependencies:
3201-
commander "~9.4.1"
3240+
commander "~11.0.0"
32023241
get-stdin "~9.0.0"
3203-
glob "~8.0.3"
3242+
glob "~10.2.7"
32043243
ignore "~5.2.4"
32053244
js-yaml "^4.1.0"
32063245
jsonc-parser "~3.2.0"
3207-
markdownlint "~0.27.0"
3208-
minimatch "~5.1.2"
3246+
markdownlint "~0.29.0"
3247+
minimatch "~9.0.1"
32093248
run-con "~1.2.11"
32103249

3211-
markdownlint@~0.27.0:
3212-
version "0.27.0"
3213-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.27.0.tgz#9dabf7710a4999e2835e3c68317f1acd0bc89049"
3214-
integrity sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==
3250+
3251+
version "0.1.5"
3252+
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.5.tgz#a23400b101be32cd4336f2b6b4c47da31825524c"
3253+
integrity sha512-HvofNU4QCvfUCWnocQP1IAWaqop5wpWrB0mKB6SSh0fcpV0PdmQNS6tdUuFew1utpYlUvYYzz84oDkrD76GB9A==
3254+
3255+
markdownlint@~0.29.0:
3256+
version "0.29.0"
3257+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.29.0.tgz#9647478b7d5485965c557502fe54ee5a550033f2"
3258+
integrity sha512-ASAzqpODstu/Qsk0xW5BPgWnK/qjpBQ4e7IpsSvvFXcfYIjanLTdwFRJK1SIEEh0fGSMKXcJf/qhaZYHyME0wA==
32153259
dependencies:
32163260
markdown-it "13.0.1"
3261+
markdownlint-micromark "0.1.5"
32173262

32183263
matcher-collection@^1.0.0, matcher-collection@^1.1.1:
32193264
version "1.1.2"
@@ -3530,10 +3575,10 @@ [email protected]:
35303575
dependencies:
35313576
brace-expansion "^2.0.1"
35323577

3533-
minimatch@^5.0.1, minimatch@~5.1.2:
3534-
version "5.1.6"
3535-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
3536-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
3578+
minimatch@^9.0.1, minimatch@~9.0.1:
3579+
version "9.0.3"
3580+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3581+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
35373582
dependencies:
35383583
brace-expansion "^2.0.1"
35393584

@@ -3588,6 +3633,16 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3:
35883633
dependencies:
35893634
yallist "^4.0.0"
35903635

3636+
"minipass@^5.0.0 || ^6.0.2":
3637+
version "6.0.2"
3638+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
3639+
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
3640+
3641+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3642+
version "7.0.2"
3643+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
3644+
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
3645+
35913646
minizlib@^2.0.0, minizlib@^2.1.1:
35923647
version "2.1.2"
35933648
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -4114,6 +4169,14 @@ path-root@^0.1.1:
41144169
dependencies:
41154170
path-root-regex "^0.1.0"
41164171

4172+
path-scurry@^1.7.0:
4173+
version "1.10.1"
4174+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4175+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4176+
dependencies:
4177+
lru-cache "^9.1.1 || ^10.0.0"
4178+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4179+
41174180
path-type@^3.0.0:
41184181
version "3.0.0"
41194182
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -4668,6 +4731,11 @@ signal-exit@^3.0.7:
46684731
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
46694732
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
46704733

4734+
signal-exit@^4.0.1:
4735+
version "4.0.2"
4736+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
4737+
integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
4738+
46714739
silent-error@^1.1.1:
46724740
version "1.1.1"
46734741
resolved "https://registry.yarnpkg.com/silent-error/-/silent-error-1.1.1.tgz#f72af5b0d73682a2ba1778b7e32cd8aa7c2d8662"
@@ -4784,7 +4852,7 @@ stdin-discarder@^0.1.0:
47844852
dependencies:
47854853
bl "^5.0.0"
47864854

4787-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4855+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
47884856
version "4.2.3"
47894857
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47904858
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4866,7 +4934,7 @@ string_decoder@^1.1.1:
48664934
dependencies:
48674935
safe-buffer "~5.2.0"
48684936

4869-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4937+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48704938
version "6.0.1"
48714939
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48724940
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5395,19 +5463,19 @@ [email protected], workerpool@^6.1.5:
53955463
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
53965464
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
53975465

5398-
wrap-ansi@^6.0.1:
5399-
version "6.2.0"
5400-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
5401-
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
5466+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5467+
version "7.0.0"
5468+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5469+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
54025470
dependencies:
54035471
ansi-styles "^4.0.0"
54045472
string-width "^4.1.0"
54055473
strip-ansi "^6.0.0"
54065474

5407-
wrap-ansi@^7.0.0:
5408-
version "7.0.0"
5409-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5410-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5475+
wrap-ansi@^6.0.1:
5476+
version "6.2.0"
5477+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
5478+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
54115479
dependencies:
54125480
ansi-styles "^4.0.0"
54135481
string-width "^4.1.0"
@@ -5422,6 +5490,15 @@ wrap-ansi@^8.0.1:
54225490
string-width "^5.0.1"
54235491
strip-ansi "^7.0.1"
54245492

5493+
wrap-ansi@^8.1.0:
5494+
version "8.1.0"
5495+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
5496+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
5497+
dependencies:
5498+
ansi-styles "^6.1.0"
5499+
string-width "^5.0.1"
5500+
strip-ansi "^7.0.1"
5501+
54255502
wrappy@1:
54265503
version "1.0.2"
54275504
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)