Skip to content

Commit 217dccd

Browse files
⬆️ deps: Upgrade dependency c8 to v10.
1 parent 968c20f commit 217dccd

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
@@ -93,7 +93,7 @@
9393
"babel-plugin-unassert": "3.2.0",
9494
"babel-preset-minify": "0.5.2",
9595
"babel-preset-power-assert": "3.0.0",
96-
"c8": "9.1.0",
96+
"c8": "10.0.0",
9797
"esdoc": "1.1.0",
9898
"esdoc-inject-script-plugin": "1.0.0",
9999
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

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

1340+
"@isaacs/cliui@^8.0.2":
1341+
version "8.0.2"
1342+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1343+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1344+
dependencies:
1345+
string-width "^5.1.2"
1346+
string-width-cjs "npm:string-width@^4.2.0"
1347+
strip-ansi "^7.0.1"
1348+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1349+
wrap-ansi "^8.1.0"
1350+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1351+
13401352
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
13411353
version "0.1.3"
13421354
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -1530,6 +1542,11 @@
15301542
"@nodelib/fs.scandir" "2.1.5"
15311543
fastq "^1.6.0"
15321544

1545+
"@pkgjs/parseargs@^0.11.0":
1546+
version "0.11.0"
1547+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1548+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1549+
15331550
"@pkgr/core@^0.1.0":
15341551
version "0.1.1"
15351552
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -2701,10 +2718,10 @@ bundle-name@^4.1.0:
27012718
dependencies:
27022719
run-applescript "^7.0.0"
27032720

2704-
c8@9.1.0:
2705-
version "9.1.0"
2706-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
2707-
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
2721+
c8@10.0.0:
2722+
version "10.0.0"
2723+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.0.0.tgz#a28fe2268926e5d7486bc803755f4d5b4db18371"
2724+
integrity sha512-rdQecjxw16P8kwgMBjruaQyfF+R2o/mucCCK4VPktwq2HFMWLOHGyUasb46+WlUOVJX94d6dZolcJxzjCzWmXg==
27082725
dependencies:
27092726
"@bcoe/v8-coverage" "^0.2.3"
27102727
"@istanbuljs/schema" "^0.1.3"
@@ -2713,7 +2730,7 @@ [email protected]:
27132730
istanbul-lib-coverage "^3.2.0"
27142731
istanbul-lib-report "^3.0.1"
27152732
istanbul-reports "^3.1.6"
2716-
test-exclude "^6.0.0"
2733+
test-exclude "^7.0.1"
27172734
v8-to-istanbul "^9.0.0"
27182735
yargs "^17.7.2"
27192736
yargs-parser "^21.1.1"
@@ -4656,7 +4673,7 @@ for-each@^0.3.3:
46564673
dependencies:
46574674
is-callable "^1.1.3"
46584675

4659-
foreground-child@^3.1.1:
4676+
foreground-child@^3.1.0, foreground-child@^3.1.1:
46604677
version "3.1.1"
46614678
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
46624679
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
@@ -4880,7 +4897,18 @@ glob-parent@^6.0.2:
48804897
dependencies:
48814898
is-glob "^4.0.3"
48824899

4883-
glob@^7.1.3, glob@^7.1.4:
4900+
glob@^10.4.1:
4901+
version "10.4.1"
4902+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
4903+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
4904+
dependencies:
4905+
foreground-child "^3.1.0"
4906+
jackspeak "^3.1.2"
4907+
minimatch "^9.0.4"
4908+
minipass "^7.1.2"
4909+
path-scurry "^1.11.1"
4910+
4911+
glob@^7.1.3:
48844912
version "7.2.0"
48854913
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
48864914
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -5936,6 +5964,15 @@ istanbul-reports@^3.1.6:
59365964
html-escaper "^2.0.0"
59375965
istanbul-lib-report "^3.0.0"
59385966

5967+
jackspeak@^3.1.2:
5968+
version "3.4.0"
5969+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
5970+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
5971+
dependencies:
5972+
"@isaacs/cliui" "^8.0.2"
5973+
optionalDependencies:
5974+
"@pkgjs/parseargs" "^0.11.0"
5975+
59395976
jiti@^1.19.1:
59405977
version "1.20.0"
59415978
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz#2d823b5852ee8963585c8dd8b7992ffc1ae83b42"
@@ -6467,6 +6504,11 @@ lru-cache@^10.0.1:
64676504
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
64686505
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
64696506

6507+
lru-cache@^10.2.0:
6508+
version "10.2.2"
6509+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
6510+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
6511+
64706512
lru-cache@^5.1.1:
64716513
version "5.1.1"
64726514
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6686,6 +6728,13 @@ minimatch@^9.0.0:
66866728
dependencies:
66876729
brace-expansion "^2.0.1"
66886730

6731+
minimatch@^9.0.4:
6732+
version "9.0.4"
6733+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6734+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6735+
dependencies:
6736+
brace-expansion "^2.0.1"
6737+
66896738
66906739
version "4.1.0"
66916740
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6727,6 +6776,11 @@ minipass@^5.0.0:
67276776
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
67286777
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
67296778

6779+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
6780+
version "7.1.2"
6781+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6782+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
6783+
67306784
minizlib@^2.1.1:
67316785
version "2.1.2"
67326786
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -7345,6 +7399,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
73457399
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
73467400
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
73477401

7402+
path-scurry@^1.11.1:
7403+
version "1.11.1"
7404+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
7405+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
7406+
dependencies:
7407+
lru-cache "^10.2.0"
7408+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7409+
73487410
path-type@^4.0.0:
73497411
version "4.0.0"
73507412
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -8336,6 +8398,15 @@ string-argv@~0.3.2:
83368398
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
83378399
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
83388400

8401+
"string-width-cjs@npm:string-width@^4.2.0":
8402+
version "4.2.3"
8403+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8404+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8405+
dependencies:
8406+
emoji-regex "^8.0.0"
8407+
is-fullwidth-code-point "^3.0.0"
8408+
strip-ansi "^6.0.1"
8409+
83398410
string-width@^1.0.1:
83408411
version "1.0.2"
83418412
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -8428,6 +8499,13 @@ stringifier@^1.3.0:
84288499
traverse "^0.6.6"
84298500
type-name "^2.0.1"
84308501

8502+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8503+
version "6.0.1"
8504+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8505+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8506+
dependencies:
8507+
ansi-regex "^5.0.1"
8508+
84318509
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
84328510
version "3.0.1"
84338511
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -8622,14 +8700,14 @@ terminal-link@^3.0.0:
86228700
ansi-escapes "^5.0.0"
86238701
supports-hyperlinks "^2.2.0"
86248702

8625-
test-exclude@^6.0.0:
8626-
version "6.0.0"
8627-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
8628-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
8703+
test-exclude@^7.0.1:
8704+
version "7.0.1"
8705+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
8706+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
86298707
dependencies:
86308708
"@istanbuljs/schema" "^0.1.2"
8631-
glob "^7.1.4"
8632-
minimatch "^3.0.4"
8709+
glob "^10.4.1"
8710+
minimatch "^9.0.4"
86338711

86348712
text-extensions@^2.0.0:
86358713
version "2.4.0"
@@ -9121,6 +9199,15 @@ word-wrap@~1.2.3:
91219199
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
91229200
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
91239201

9202+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9203+
version "7.0.0"
9204+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9205+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9206+
dependencies:
9207+
ansi-styles "^4.0.0"
9208+
string-width "^4.1.0"
9209+
strip-ansi "^6.0.0"
9210+
91249211
wrap-ansi@^3.0.1:
91259212
version "3.0.1"
91269213
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)