Skip to content

Commit 4cecc3a

Browse files
⬆️ deps: Upgrade dependency c8 to v10.
1 parent e9270bf commit 4cecc3a

File tree

2 files changed

+144
-20
lines changed

2 files changed

+144
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"babel-plugin-transform-remove-console": "6.9.4",
7676
"babel-plugin-unassert": "3.2.0",
7777
"babel-preset-power-assert": "3.0.0",
78-
"c8": "9.1.0",
78+
"c8": "10.1.3",
7979
"esdoc": "1.1.0",
8080
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8181
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 143 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,10 +1843,10 @@
18431843
"@babel/helper-validator-identifier" "^7.25.7"
18441844
to-fast-properties "^2.0.0"
18451845

1846-
"@bcoe/v8-coverage@^0.2.3":
1847-
version "0.2.3"
1848-
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1849-
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1846+
"@bcoe/v8-coverage@^1.0.1":
1847+
version "1.0.2"
1848+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"
1849+
integrity sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==
18501850

18511851
"@commitlint/[email protected]":
18521852
version "19.2.1"
@@ -2195,6 +2195,18 @@
21952195
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.2.tgz#baff9f8d70947181deb36772cd9a5b6876d3e60c"
21962196
integrity sha512-ZhQ4TvhwHZF+lGhQ2O/rsjo80XoZR5/5qhOY3t6FJuX5XBg5Be8YzYTvaUGJnc12AUGI2nr4QSUE4PhKSigx7g==
21972197

2198+
"@isaacs/cliui@^8.0.2":
2199+
version "8.0.2"
2200+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
2201+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
2202+
dependencies:
2203+
string-width "^5.1.2"
2204+
string-width-cjs "npm:string-width@^4.2.0"
2205+
strip-ansi "^7.0.1"
2206+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
2207+
wrap-ansi "^8.1.0"
2208+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
2209+
21982210
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
21992211
version "0.1.3"
22002212
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -2303,6 +2315,11 @@
23032315
"@nodelib/fs.scandir" "2.1.5"
23042316
fastq "^1.6.0"
23052317

2318+
"@pkgjs/parseargs@^0.11.0":
2319+
version "0.11.0"
2320+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2321+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2322+
23062323
"@pkgr/core@^0.1.0":
23072324
version "0.1.1"
23082325
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -2782,7 +2799,7 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
27822799
dependencies:
27832800
color-convert "^2.0.1"
27842801

2785-
ansi-styles@^6.0.0, ansi-styles@^6.2.1:
2802+
ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
27862803
version "6.2.1"
27872804
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
27882805
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -3375,19 +3392,19 @@ bundle-name@^4.1.0:
33753392
dependencies:
33763393
run-applescript "^7.0.0"
33773394

3378-
c8@9.1.0:
3379-
version "9.1.0"
3380-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3381-
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
3395+
c8@10.1.3:
3396+
version "10.1.3"
3397+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.3.tgz#54afb25ebdcc7f3b00112482c6d90d7541ad2fcd"
3398+
integrity sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==
33823399
dependencies:
3383-
"@bcoe/v8-coverage" "^0.2.3"
3400+
"@bcoe/v8-coverage" "^1.0.1"
33843401
"@istanbuljs/schema" "^0.1.3"
33853402
find-up "^5.0.0"
33863403
foreground-child "^3.1.1"
33873404
istanbul-lib-coverage "^3.2.0"
33883405
istanbul-lib-report "^3.0.1"
33893406
istanbul-reports "^3.1.6"
3390-
test-exclude "^6.0.0"
3407+
test-exclude "^7.0.1"
33913408
v8-to-istanbul "^9.0.0"
33923409
yargs "^17.7.2"
33933410
yargs-parser "^21.1.1"
@@ -4431,6 +4448,11 @@ emoji-regex@^8.0.0:
44314448
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
44324449
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
44334450

4451+
emoji-regex@^9.2.2:
4452+
version "9.2.2"
4453+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
4454+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
4455+
44344456
empower-core@^1.2.0:
44354457
version "1.2.0"
44364458
resolved "https://registry.yarnpkg.com/empower-core/-/empower-core-1.2.0.tgz#ce3fb2484d5187fa29c23fba8344b0b2fdf5601c"
@@ -5462,6 +5484,14 @@ for-each@^0.3.3:
54625484
dependencies:
54635485
is-callable "^1.1.3"
54645486

5487+
foreground-child@^3.1.0:
5488+
version "3.3.0"
5489+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
5490+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
5491+
dependencies:
5492+
cross-spawn "^7.0.0"
5493+
signal-exit "^4.0.1"
5494+
54655495
foreground-child@^3.1.1:
54665496
version "3.1.1"
54675497
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
@@ -5702,7 +5732,19 @@ glob-parent@^6.0.2:
57025732
dependencies:
57035733
is-glob "^4.0.3"
57045734

5705-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5735+
glob@^10.4.1:
5736+
version "10.4.5"
5737+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5738+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
5739+
dependencies:
5740+
foreground-child "^3.1.0"
5741+
jackspeak "^3.1.2"
5742+
minimatch "^9.0.4"
5743+
minipass "^7.1.2"
5744+
package-json-from-dist "^1.0.0"
5745+
path-scurry "^1.11.1"
5746+
5747+
glob@^7.1.3, glob@^7.1.6:
57065748
version "7.2.3"
57075749
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
57085750
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -6699,6 +6741,15 @@ istanbul-reports@^3.1.6:
66996741
html-escaper "^2.0.0"
67006742
istanbul-lib-report "^3.0.0"
67016743

6744+
jackspeak@^3.1.2:
6745+
version "3.4.3"
6746+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
6747+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
6748+
dependencies:
6749+
"@isaacs/cliui" "^8.0.2"
6750+
optionalDependencies:
6751+
"@pkgjs/parseargs" "^0.11.0"
6752+
67026753
jake@^10.8.5:
67036754
version "10.8.7"
67046755
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -7269,6 +7320,11 @@ lru-cache@^10.0.1:
72697320
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
72707321
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
72717322

7323+
lru-cache@^10.2.0:
7324+
version "10.4.3"
7325+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7326+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7327+
72727328
lru-cache@^5.1.1:
72737329
version "5.1.1"
72747330
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7491,7 +7547,7 @@ [email protected], minimatch@^9.0.0:
74917547
dependencies:
74927548
brace-expansion "^2.0.1"
74937549

7494-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
7550+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
74957551
version "3.1.2"
74967552
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
74977553
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7505,6 +7561,13 @@ minimatch@^5.0.1:
75057561
dependencies:
75067562
brace-expansion "^2.0.1"
75077563

7564+
minimatch@^9.0.4:
7565+
version "9.0.5"
7566+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7567+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7568+
dependencies:
7569+
brace-expansion "^2.0.1"
7570+
75087571
75097572
version "1.2.0"
75107573
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -7527,6 +7590,11 @@ minipass@^5.0.0:
75277590
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
75287591
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
75297592

7593+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
7594+
version "7.1.2"
7595+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7596+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7597+
75307598
minizlib@^2.1.1:
75317599
version "2.1.2"
75327600
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -8041,6 +8109,11 @@ package-config@^5.0.0:
80418109
find-up-simple "^1.0.0"
80428110
load-json-file "^7.0.1"
80438111

8112+
package-json-from-dist@^1.0.0:
8113+
version "1.0.1"
8114+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
8115+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
8116+
80448117
package-json@^10.0.0:
80458118
version "10.0.1"
80468119
resolved "https://registry.yarnpkg.com/package-json/-/package-json-10.0.1.tgz#e49ee07b8de63b638e7f1b5bb353733e428fe7d7"
@@ -8129,6 +8202,14 @@ path-parse@^1.0.7:
81298202
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
81308203
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
81318204

8205+
path-scurry@^1.11.1:
8206+
version "1.11.1"
8207+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8208+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8209+
dependencies:
8210+
lru-cache "^10.2.0"
8211+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8212+
81328213
path-type@^4.0.0:
81338214
version "4.0.0"
81348215
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9440,6 +9521,15 @@ string-hash@^1.1.1:
94409521
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
94419522
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
94429523

9524+
"string-width-cjs@npm:string-width@^4.2.0":
9525+
version "4.2.3"
9526+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9527+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9528+
dependencies:
9529+
emoji-regex "^8.0.0"
9530+
is-fullwidth-code-point "^3.0.0"
9531+
strip-ansi "^6.0.1"
9532+
94439533
string-width@^1.0.1:
94449534
version "1.0.2"
94459535
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -9466,6 +9556,15 @@ string-width@^2.1.0, string-width@^2.1.1:
94669556
is-fullwidth-code-point "^2.0.0"
94679557
strip-ansi "^4.0.0"
94689558

9559+
string-width@^5.0.1, string-width@^5.1.2:
9560+
version "5.1.2"
9561+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
9562+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
9563+
dependencies:
9564+
eastasianwidth "^0.2.0"
9565+
emoji-regex "^9.2.2"
9566+
strip-ansi "^7.0.1"
9567+
94699568
string-width@^7.0.0:
94709569
version "7.1.0"
94719570
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a"
@@ -9547,6 +9646,13 @@ stringifier@^1.3.0:
95479646
traverse "^0.6.6"
95489647
type-name "^2.0.1"
95499648

9649+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9650+
version "6.0.1"
9651+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9652+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9653+
dependencies:
9654+
ansi-regex "^5.0.1"
9655+
95509656
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
95519657
version "3.0.1"
95529658
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -9768,14 +9874,14 @@ terser@^5.0.0, terser@^5.7.0:
97689874
commander "^2.20.0"
97699875
source-map-support "~0.5.20"
97709876

9771-
test-exclude@^6.0.0:
9772-
version "6.0.0"
9773-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
9774-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
9877+
test-exclude@^7.0.1:
9878+
version "7.0.1"
9879+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
9880+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
97759881
dependencies:
97769882
"@istanbuljs/schema" "^0.1.2"
9777-
glob "^7.1.4"
9778-
minimatch "^3.0.4"
9883+
glob "^10.4.1"
9884+
minimatch "^9.0.4"
97799885

97809886
text-extensions@^2.0.0:
97819887
version "2.4.0"
@@ -10261,6 +10367,15 @@ word-wrap@~1.2.3:
1026110367
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1026210368
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1026310369

10370+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10371+
version "7.0.0"
10372+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10373+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10374+
dependencies:
10375+
ansi-styles "^4.0.0"
10376+
string-width "^4.1.0"
10377+
strip-ansi "^6.0.0"
10378+
1026410379
wrap-ansi@^3.0.1:
1026510380
version "3.0.1"
1026610381
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
@@ -10287,6 +10402,15 @@ wrap-ansi@^7.0.0:
1028710402
string-width "^4.1.0"
1028810403
strip-ansi "^6.0.0"
1028910404

10405+
wrap-ansi@^8.1.0:
10406+
version "8.1.0"
10407+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
10408+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
10409+
dependencies:
10410+
ansi-styles "^6.1.0"
10411+
string-width "^5.0.1"
10412+
strip-ansi "^7.0.1"
10413+
1029010414
wrap-ansi@^9.0.0:
1029110415
version "9.0.0"
1029210416
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"

0 commit comments

Comments
 (0)