Skip to content

Commit cae388c

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

File tree

2 files changed

+120
-19
lines changed

2 files changed

+120
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"babel-plugin-transform-remove-console": "6.9.4",
8787
"babel-plugin-unassert": "3.2.0",
8888
"babel-preset-power-assert": "3.0.0",
89-
"c8": "9.1.0",
89+
"c8": "10.1.3",
9090
"esdoc": "1.1.0",
9191
"esdoc-inject-script-plugin": "1.0.0",
9292
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

+119-18
Original file line numberDiff line numberDiff line change
@@ -1727,10 +1727,10 @@
17271727
"@babel/helper-validator-identifier" "^7.22.20"
17281728
to-fast-properties "^2.0.0"
17291729

1730-
"@bcoe/v8-coverage@^0.2.3":
1731-
version "0.2.3"
1732-
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1733-
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1730+
"@bcoe/v8-coverage@^1.0.1":
1731+
version "1.0.1"
1732+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
1733+
integrity sha512-W+a0/JpU28AqH4IKtwUPcEUnUyXMDLALcn5/JLczGGT9fHE2sIby/xP/oQnx3nxkForzgzPy201RAKcB4xPAFQ==
17341734

17351735
"@commitlint/cli@19.2.1":
17361736
version "19.2.1"
@@ -1946,6 +1946,18 @@
19461946
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
19471947
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
19481948

1949+
"@isaacs/cliui@^8.0.2":
1950+
version "8.0.2"
1951+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1952+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1953+
dependencies:
1954+
string-width "^5.1.2"
1955+
string-width-cjs "npm:string-width@^4.2.0"
1956+
strip-ansi "^7.0.1"
1957+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1958+
wrap-ansi "^8.1.0"
1959+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1960+
19491961
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
19501962
version "0.1.3"
19511963
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
@@ -2076,6 +2088,11 @@
20762088
"@nodelib/fs.scandir" "2.1.5"
20772089
fastq "^1.6.0"
20782090

2091+
"@pkgjs/parseargs@^0.11.0":
2092+
version "0.11.0"
2093+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2094+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2095+
20792096
"@pkgr/core@^0.1.0":
20802097
version "0.1.1"
20812098
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
@@ -3152,19 +3169,19 @@ bundle-name@^4.1.0:
31523169
dependencies:
31533170
run-applescript "^7.0.0"
31543171

3155-
c8@9.1.0:
3156-
version "9.1.0"
3157-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3158-
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
3172+
c8@10.1.3:
3173+
version "10.1.3"
3174+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.3.tgz#54afb25ebdcc7f3b00112482c6d90d7541ad2fcd"
3175+
integrity sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==
31593176
dependencies:
3160-
"@bcoe/v8-coverage" "^0.2.3"
3177+
"@bcoe/v8-coverage" "^1.0.1"
31613178
"@istanbuljs/schema" "^0.1.3"
31623179
find-up "^5.0.0"
31633180
foreground-child "^3.1.1"
31643181
istanbul-lib-coverage "^3.2.0"
31653182
istanbul-lib-report "^3.0.1"
31663183
istanbul-reports "^3.1.6"
3167-
test-exclude "^6.0.0"
3184+
test-exclude "^7.0.1"
31683185
v8-to-istanbul "^9.0.0"
31693186
yargs "^17.7.2"
31703187
yargs-parser "^21.1.1"
@@ -5177,6 +5194,14 @@ for-each@^0.3.3:
51775194
dependencies:
51785195
is-callable "^1.1.3"
51795196

5197+
foreground-child@^3.1.0:
5198+
version "3.3.0"
5199+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
5200+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
5201+
dependencies:
5202+
cross-spawn "^7.0.0"
5203+
signal-exit "^4.0.1"
5204+
51805205
foreground-child@^3.1.1:
51815206
version "3.1.1"
51825207
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
@@ -5403,7 +5428,19 @@ glob-parent@^6.0.2:
54035428
dependencies:
54045429
is-glob "^4.0.3"
54055430

5406-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5431+
glob@^10.4.1:
5432+
version "10.4.5"
5433+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5434+
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
5435+
dependencies:
5436+
foreground-child "^3.1.0"
5437+
jackspeak "^3.1.2"
5438+
minimatch "^9.0.4"
5439+
minipass "^7.1.2"
5440+
package-json-from-dist "^1.0.0"
5441+
path-scurry "^1.11.1"
5442+
5443+
glob@^7.1.3, glob@^7.1.6:
54075444
version "7.2.3"
54085445
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
54095446
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -6426,6 +6463,15 @@ istanbul-reports@^3.1.6:
64266463
html-escaper "^2.0.0"
64276464
istanbul-lib-report "^3.0.0"
64286465

6466+
jackspeak@^3.1.2:
6467+
version "3.4.3"
6468+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
6469+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
6470+
dependencies:
6471+
"@isaacs/cliui" "^8.0.2"
6472+
optionalDependencies:
6473+
"@pkgjs/parseargs" "^0.11.0"
6474+
64296475
jake@^10.8.5:
64306476
version "10.8.7"
64316477
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -6988,6 +7034,11 @@ lru-cache@^10.0.1:
69887034
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
69897035
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
69907036

7037+
lru-cache@^10.2.0:
7038+
version "10.4.3"
7039+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7040+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7041+
69917042
lru-cache@^5.1.1:
69927043
version "5.1.1"
69937044
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7204,7 +7255,7 @@ minimatch@9.0.3, minimatch@^9.0.0:
72047255
dependencies:
72057256
brace-expansion "^2.0.1"
72067257

7207-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
7258+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
72087259
version "3.1.2"
72097260
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
72107261
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7218,6 +7269,13 @@ minimatch@^5.0.1:
72187269
dependencies:
72197270
brace-expansion "^2.0.1"
72207271

7272+
minimatch@^9.0.4:
7273+
version "9.0.5"
7274+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7275+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7276+
dependencies:
7277+
brace-expansion "^2.0.1"
7278+
72217279
minimist@1.2.0:
72227280
version "1.2.0"
72237281
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -7240,6 +7298,11 @@ minipass@^5.0.0:
72407298
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
72417299
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
72427300

7301+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
7302+
version "7.1.2"
7303+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7304+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7305+
72437306
minizlib@^2.1.1:
72447307
version "2.1.2"
72457308
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -7769,6 +7832,11 @@ package-config@^5.0.0:
77697832
find-up-simple "^1.0.0"
77707833
load-json-file "^7.0.1"
77717834

7835+
package-json-from-dist@^1.0.0:
7836+
version "1.0.1"
7837+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
7838+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
7839+
77727840
package-json@^8.1.0:
77737841
version "8.1.1"
77747842
resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.1.tgz#3e9948e43df40d1e8e78a85485f1070bf8f03dc8"
@@ -7852,6 +7920,14 @@ path-parse@^1.0.7:
78527920
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
78537921
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
78547922

7923+
path-scurry@^1.11.1:
7924+
version "1.11.1"
7925+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
7926+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
7927+
dependencies:
7928+
lru-cache "^10.2.0"
7929+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7930+
78557931
path-type@^4.0.0:
78567932
version "4.0.0"
78577933
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9091,6 +9167,15 @@ string-hash@^1.1.1:
90919167
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
90929168
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
90939169

9170+
"string-width-cjs@npm:string-width@^4.2.0":
9171+
version "4.2.3"
9172+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9173+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9174+
dependencies:
9175+
emoji-regex "^8.0.0"
9176+
is-fullwidth-code-point "^3.0.0"
9177+
strip-ansi "^6.0.1"
9178+
90949179
string-width@^1.0.1:
90959180
version "1.0.2"
90969181
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -9198,6 +9283,13 @@ stringifier@^1.3.0:
91989283
traverse "^0.6.6"
91999284
type-name "^2.0.1"
92009285

9286+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9287+
version "6.0.1"
9288+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9289+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9290+
dependencies:
9291+
ansi-regex "^5.0.1"
9292+
92019293
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
92029294
version "3.0.1"
92039295
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -9414,14 +9506,14 @@ terser@^5.0.0, terser@^5.7.0:
94149506
commander "^2.20.0"
94159507
source-map-support "~0.5.20"
94169508

9417-
test-exclude@^6.0.0:
9418-
version "6.0.0"
9419-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
9420-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
9509+
test-exclude@^7.0.1:
9510+
version "7.0.1"
9511+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
9512+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
94219513
dependencies:
94229514
"@istanbuljs/schema" "^0.1.2"
9423-
glob "^7.1.4"
9424-
minimatch "^3.0.4"
9515+
glob "^10.4.1"
9516+
minimatch "^9.0.4"
94259517

94269518
text-extensions@^2.0.0:
94279519
version "2.4.0"
@@ -9903,6 +9995,15 @@ word-wrap@~1.2.3:
99039995
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
99049996
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
99059997

9998+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9999+
version "7.0.0"
10000+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10001+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10002+
dependencies:
10003+
ansi-styles "^4.0.0"
10004+
string-width "^4.1.0"
10005+
strip-ansi "^6.0.0"
10006+
990610007
wrap-ansi@^3.0.1:
990710008
version "3.0.1"
990810009
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)