Skip to content

Commit 0960cab

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v10.
1 parent 482a4b2 commit 0960cab

File tree

2 files changed

+101
-14
lines changed

2 files changed

+101
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"babel-plugin-unassert": "3.2.0",
9797
"babel-preset-power-assert": "3.0.0",
9898
"benchmark": "2.1.4",
99-
"c8": "9.1.0",
99+
"c8": "10.0.0",
100100
"esdoc": "1.1.0",
101101
"esdoc-inject-script-plugin": "1.0.0",
102102
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

Lines changed: 100 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,6 +2133,18 @@
21332133
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
21342134
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
21352135

2136+
"@isaacs/cliui@^8.0.2":
2137+
version "8.0.2"
2138+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
2139+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
2140+
dependencies:
2141+
string-width "^5.1.2"
2142+
string-width-cjs "npm:string-width@^4.2.0"
2143+
strip-ansi "^7.0.1"
2144+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
2145+
wrap-ansi "^8.1.0"
2146+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
2147+
21362148
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
21372149
version "0.1.3"
21382150
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -2347,6 +2359,11 @@
23472359
"@nodelib/fs.scandir" "2.1.5"
23482360
fastq "^1.6.0"
23492361

2362+
"@pkgjs/parseargs@^0.11.0":
2363+
version "0.11.0"
2364+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2365+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2366+
23502367
"@pkgr/core@^0.1.0":
23512368
version "0.1.1"
23522369
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -3520,10 +3537,10 @@ bundle-name@^4.1.0:
35203537
dependencies:
35213538
run-applescript "^7.0.0"
35223539

3523-
c8@9.1.0:
3524-
version "9.1.0"
3525-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3526-
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
3540+
c8@10.0.0:
3541+
version "10.0.0"
3542+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.0.0.tgz#a28fe2268926e5d7486bc803755f4d5b4db18371"
3543+
integrity sha512-rdQecjxw16P8kwgMBjruaQyfF+R2o/mucCCK4VPktwq2HFMWLOHGyUasb46+WlUOVJX94d6dZolcJxzjCzWmXg==
35273544
dependencies:
35283545
"@bcoe/v8-coverage" "^0.2.3"
35293546
"@istanbuljs/schema" "^0.1.3"
@@ -3532,7 +3549,7 @@ [email protected]:
35323549
istanbul-lib-coverage "^3.2.0"
35333550
istanbul-lib-report "^3.0.1"
35343551
istanbul-reports "^3.1.6"
3535-
test-exclude "^6.0.0"
3552+
test-exclude "^7.0.1"
35363553
v8-to-istanbul "^9.0.0"
35373554
yargs "^17.7.2"
35383555
yargs-parser "^21.1.1"
@@ -5794,7 +5811,7 @@ for-each@^0.3.3:
57945811
dependencies:
57955812
is-callable "^1.1.3"
57965813

5797-
foreground-child@^3.1.1:
5814+
foreground-child@^3.1.0, foreground-child@^3.1.1:
57985815
version "3.1.1"
57995816
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
58005817
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
@@ -6035,7 +6052,18 @@ glob-parent@^6.0.2:
60356052
dependencies:
60366053
is-glob "^4.0.3"
60376054

6038-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
6055+
glob@^10.4.1:
6056+
version "10.4.1"
6057+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
6058+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
6059+
dependencies:
6060+
foreground-child "^3.1.0"
6061+
jackspeak "^3.1.2"
6062+
minimatch "^9.0.4"
6063+
minipass "^7.1.2"
6064+
path-scurry "^1.11.1"
6065+
6066+
glob@^7.1.3, glob@^7.1.6:
60396067
version "7.1.7"
60406068
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
60416069
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -7228,6 +7256,15 @@ istanbul-reports@^3.1.6:
72287256
html-escaper "^2.0.0"
72297257
istanbul-lib-report "^3.0.0"
72307258

7259+
jackspeak@^3.1.2:
7260+
version "3.4.0"
7261+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
7262+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
7263+
dependencies:
7264+
"@isaacs/cliui" "^8.0.2"
7265+
optionalDependencies:
7266+
"@pkgjs/parseargs" "^0.11.0"
7267+
72317268
jake@^10.6.1:
72327269
version "10.8.2"
72337270
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
@@ -7825,6 +7862,11 @@ lru-cache@^10.0.1:
78257862
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
78267863
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
78277864

7865+
lru-cache@^10.2.0:
7866+
version "10.2.2"
7867+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
7868+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
7869+
78287870
lru-cache@^5.1.1:
78297871
version "5.1.1"
78307872
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -8114,6 +8156,13 @@ minimatch@^9.0.0:
81148156
dependencies:
81158157
brace-expansion "^2.0.1"
81168158

8159+
minimatch@^9.0.4:
8160+
version "9.0.4"
8161+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
8162+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
8163+
dependencies:
8164+
brace-expansion "^2.0.1"
8165+
81178166
81188167
version "4.1.0"
81198168
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -8155,6 +8204,11 @@ minipass@^5.0.0:
81558204
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
81568205
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
81578206

8207+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
8208+
version "7.1.2"
8209+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
8210+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
8211+
81588212
minizlib@^2.1.1:
81598213
version "2.1.2"
81608214
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -8853,6 +8907,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
88538907
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
88548908
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
88558909

8910+
path-scurry@^1.11.1:
8911+
version "1.11.1"
8912+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8913+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8914+
dependencies:
8915+
lru-cache "^10.2.0"
8916+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8917+
88568918
path-type@^4.0.0:
88578919
version "4.0.0"
88588920
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -10398,6 +10460,15 @@ string-hash@^1.1.1:
1039810460
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
1039910461
integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=
1040010462

10463+
"string-width-cjs@npm:string-width@^4.2.0":
10464+
version "4.2.3"
10465+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10466+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10467+
dependencies:
10468+
emoji-regex "^8.0.0"
10469+
is-fullwidth-code-point "^3.0.0"
10470+
strip-ansi "^6.0.1"
10471+
1040110472
string-width@^1.0.1:
1040210473
version "1.0.2"
1040310474
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -10515,6 +10586,13 @@ stringifier@^1.3.0:
1051510586
traverse "^0.6.6"
1051610587
type-name "^2.0.1"
1051710588

10589+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10590+
version "6.0.1"
10591+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10592+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10593+
dependencies:
10594+
ansi-regex "^5.0.1"
10595+
1051810596
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1051910597
version "3.0.1"
1052010598
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10774,14 +10852,14 @@ terser@^5.7.0:
1077410852
source-map "~0.7.2"
1077510853
source-map-support "~0.5.20"
1077610854

10777-
test-exclude@^6.0.0:
10778-
version "6.0.0"
10779-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
10780-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
10855+
test-exclude@^7.0.1:
10856+
version "7.0.1"
10857+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
10858+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
1078110859
dependencies:
1078210860
"@istanbuljs/schema" "^0.1.2"
10783-
glob "^7.1.4"
10784-
minimatch "^3.0.4"
10861+
glob "^10.4.1"
10862+
minimatch "^9.0.4"
1078510863

1078610864
text-extensions@^2.0.0:
1078710865
version "2.4.0"
@@ -11374,6 +11452,15 @@ word-wrap@~1.2.3:
1137411452
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
1137511453
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
1137611454

11455+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11456+
version "7.0.0"
11457+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11458+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11459+
dependencies:
11460+
ansi-styles "^4.0.0"
11461+
string-width "^4.1.0"
11462+
strip-ansi "^6.0.0"
11463+
1137711464
wrap-ansi@^3.0.1:
1137811465
version "3.0.1"
1137911466
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)