Skip to content

Commit 7da2ef0

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v10.
1 parent e6f8fb1 commit 7da2ef0

File tree

2 files changed

+101
-14
lines changed

2 files changed

+101
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"babel-plugin-transform-remove-console": "6.9.4",
8585
"babel-plugin-unassert": "3.2.0",
8686
"babel-preset-power-assert": "3.0.0",
87-
"c8": "9.1.0",
87+
"c8": "10.0.0",
8888
"esdoc": "1.1.0",
8989
"esdoc-ecmascript-proposal-plugin": "1.0.0",
9090
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

+100-13
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,18 @@
21372137
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
21382138
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
21392139

2140+
"@isaacs/cliui@^8.0.2":
2141+
version "8.0.2"
2142+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
2143+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
2144+
dependencies:
2145+
string-width "^5.1.2"
2146+
string-width-cjs "npm:string-width@^4.2.0"
2147+
strip-ansi "^7.0.1"
2148+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
2149+
wrap-ansi "^8.1.0"
2150+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
2151+
21402152
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
21412153
version "0.1.3"
21422154
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -2281,6 +2293,11 @@
22812293
"@nodelib/fs.scandir" "2.1.5"
22822294
fastq "^1.6.0"
22832295

2296+
"@pkgjs/parseargs@^0.11.0":
2297+
version "0.11.0"
2298+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2299+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2300+
22842301
"@pkgr/core@^0.1.0":
22852302
version "0.1.1"
22862303
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -3440,10 +3457,10 @@ bundle-name@^4.1.0:
34403457
dependencies:
34413458
run-applescript "^7.0.0"
34423459

3443-
c8@9.1.0:
3444-
version "9.1.0"
3445-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3446-
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
3460+
c8@10.0.0:
3461+
version "10.0.0"
3462+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.0.0.tgz#a28fe2268926e5d7486bc803755f4d5b4db18371"
3463+
integrity sha512-rdQecjxw16P8kwgMBjruaQyfF+R2o/mucCCK4VPktwq2HFMWLOHGyUasb46+WlUOVJX94d6dZolcJxzjCzWmXg==
34473464
dependencies:
34483465
"@bcoe/v8-coverage" "^0.2.3"
34493466
"@istanbuljs/schema" "^0.1.3"
@@ -3452,7 +3469,7 @@ [email protected]:
34523469
istanbul-lib-coverage "^3.2.0"
34533470
istanbul-lib-report "^3.0.1"
34543471
istanbul-reports "^3.1.6"
3455-
test-exclude "^6.0.0"
3472+
test-exclude "^7.0.1"
34563473
v8-to-istanbul "^9.0.0"
34573474
yargs "^17.7.2"
34583475
yargs-parser "^21.1.1"
@@ -5657,7 +5674,7 @@ for-each@^0.3.3:
56575674
dependencies:
56585675
is-callable "^1.1.3"
56595676

5660-
foreground-child@^3.1.1:
5677+
foreground-child@^3.1.0, foreground-child@^3.1.1:
56615678
version "3.1.1"
56625679
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
56635680
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
@@ -5897,7 +5914,18 @@ glob-parent@^6.0.2:
58975914
dependencies:
58985915
is-glob "^4.0.3"
58995916

5900-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5917+
glob@^10.4.1:
5918+
version "10.4.1"
5919+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
5920+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
5921+
dependencies:
5922+
foreground-child "^3.1.0"
5923+
jackspeak "^3.1.2"
5924+
minimatch "^9.0.4"
5925+
minipass "^7.1.2"
5926+
path-scurry "^1.11.1"
5927+
5928+
glob@^7.1.3, glob@^7.1.6:
59015929
version "7.2.0"
59025930
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
59035931
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -7008,6 +7036,15 @@ istanbul-reports@^3.1.6:
70087036
html-escaper "^2.0.0"
70097037
istanbul-lib-report "^3.0.0"
70107038

7039+
jackspeak@^3.1.2:
7040+
version "3.4.0"
7041+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
7042+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
7043+
dependencies:
7044+
"@isaacs/cliui" "^8.0.2"
7045+
optionalDependencies:
7046+
"@pkgjs/parseargs" "^0.11.0"
7047+
70117048
jake@^10.6.1:
70127049
version "10.8.2"
70137050
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
@@ -7600,6 +7637,11 @@ lru-cache@^10.0.1:
76007637
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
76017638
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
76027639

7640+
lru-cache@^10.2.0:
7641+
version "10.2.2"
7642+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
7643+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
7644+
76037645
lru-cache@^5.1.1:
76047646
version "5.1.1"
76057647
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7876,6 +7918,13 @@ minimatch@^9.0.0:
78767918
dependencies:
78777919
brace-expansion "^2.0.1"
78787920

7921+
minimatch@^9.0.4:
7922+
version "9.0.4"
7923+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
7924+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
7925+
dependencies:
7926+
brace-expansion "^2.0.1"
7927+
78797928
78807929
version "4.1.0"
78817930
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -7917,6 +7966,11 @@ minipass@^5.0.0:
79177966
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
79187967
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
79197968

7969+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
7970+
version "7.1.2"
7971+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7972+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7973+
79207974
minizlib@^2.1.1:
79217975
version "2.1.2"
79227976
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -8579,6 +8633,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
85798633
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
85808634
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
85818635

8636+
path-scurry@^1.11.1:
8637+
version "1.11.1"
8638+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8639+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8640+
dependencies:
8641+
lru-cache "^10.2.0"
8642+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8643+
85828644
path-type@^4.0.0:
85838645
version "4.0.0"
85848646
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -10011,6 +10073,15 @@ string-hash@^1.1.1:
1001110073
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
1001210074
integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=
1001310075

10076+
"string-width-cjs@npm:string-width@^4.2.0":
10077+
version "4.2.3"
10078+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10079+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10080+
dependencies:
10081+
emoji-regex "^8.0.0"
10082+
is-fullwidth-code-point "^3.0.0"
10083+
strip-ansi "^6.0.1"
10084+
1001410085
string-width@^1.0.1:
1001510086
version "1.0.2"
1001610087
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -10133,6 +10204,13 @@ stringifier@^1.3.0:
1013310204
traverse "^0.6.6"
1013410205
type-name "^2.0.1"
1013510206

10207+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10208+
version "6.0.1"
10209+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10210+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10211+
dependencies:
10212+
ansi-regex "^5.0.1"
10213+
1013610214
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1013710215
version "3.0.1"
1013810216
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10362,14 +10440,14 @@ terser@^5.0.0, terser@^5.7.0:
1036210440
source-map "~0.7.2"
1036310441
source-map-support "~0.5.20"
1036410442

10365-
test-exclude@^6.0.0:
10366-
version "6.0.0"
10367-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
10368-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
10443+
test-exclude@^7.0.1:
10444+
version "7.0.1"
10445+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
10446+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
1036910447
dependencies:
1037010448
"@istanbuljs/schema" "^0.1.2"
10371-
glob "^7.1.4"
10372-
minimatch "^3.0.4"
10449+
glob "^10.4.1"
10450+
minimatch "^9.0.4"
1037310451

1037410452
text-extensions@^2.0.0:
1037510453
version "2.4.0"
@@ -10899,6 +10977,15 @@ word-wrap@~1.2.3:
1089910977
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
1090010978
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
1090110979

10980+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10981+
version "7.0.0"
10982+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10983+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10984+
dependencies:
10985+
ansi-styles "^4.0.0"
10986+
string-width "^4.1.0"
10987+
strip-ansi "^6.0.0"
10988+
1090210989
wrap-ansi@^3.0.1:
1090310990
version "3.0.1"
1090410991
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)