Skip to content

Commit 8062231

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

File tree

2 files changed

+102
-15
lines changed

2 files changed

+102
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.1",
9090
"esdoc": "1.1.0",
9191
"esdoc-inject-script-plugin": "1.0.0",
9292
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

Lines changed: 101 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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,10 +3169,10 @@ 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.1:
3173+
version "10.1.1"
3174+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.1.tgz#797e324386257506bff782f9eb2af868d103993d"
3175+
integrity sha512-+aAvpNMwnzncW27XsEf2eMrGTF8HXIGZ24UQ1dW679+8SQ/UvDXxHNoKwMohcI9ZVj0xl/bI4/meqxvIWOBYaw==
31593176
dependencies:
31603177
"@bcoe/v8-coverage" "^0.2.3"
31613178
"@istanbuljs/schema" "^0.1.3"
@@ -3164,7 +3181,7 @@ [email protected]:
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,7 +5194,7 @@ for-each@^0.3.3:
51775194
dependencies:
51785195
is-callable "^1.1.3"
51795196

5180-
foreground-child@^3.1.1:
5197+
foreground-child@^3.1.0, foreground-child@^3.1.1:
51815198
version "3.1.1"
51825199
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
51835200
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
@@ -5403,7 +5420,18 @@ glob-parent@^6.0.2:
54035420
dependencies:
54045421
is-glob "^4.0.3"
54055422

5406-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5423+
glob@^10.4.1:
5424+
version "10.4.1"
5425+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
5426+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
5427+
dependencies:
5428+
foreground-child "^3.1.0"
5429+
jackspeak "^3.1.2"
5430+
minimatch "^9.0.4"
5431+
minipass "^7.1.2"
5432+
path-scurry "^1.11.1"
5433+
5434+
glob@^7.1.3, glob@^7.1.6:
54075435
version "7.2.3"
54085436
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
54095437
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -6426,6 +6454,15 @@ istanbul-reports@^3.1.6:
64266454
html-escaper "^2.0.0"
64276455
istanbul-lib-report "^3.0.0"
64286456

6457+
jackspeak@^3.1.2:
6458+
version "3.4.0"
6459+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
6460+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
6461+
dependencies:
6462+
"@isaacs/cliui" "^8.0.2"
6463+
optionalDependencies:
6464+
"@pkgjs/parseargs" "^0.11.0"
6465+
64296466
jake@^10.8.5:
64306467
version "10.8.7"
64316468
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
@@ -6988,6 +7025,11 @@ lru-cache@^10.0.1:
69887025
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
69897026
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
69907027

7028+
lru-cache@^10.2.0:
7029+
version "10.2.2"
7030+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
7031+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
7032+
69917033
lru-cache@^5.1.1:
69927034
version "5.1.1"
69937035
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7204,7 +7246,7 @@ [email protected], minimatch@^9.0.0:
72047246
dependencies:
72057247
brace-expansion "^2.0.1"
72067248

7207-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
7249+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
72087250
version "3.1.2"
72097251
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
72107252
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7218,6 +7260,13 @@ minimatch@^5.0.1:
72187260
dependencies:
72197261
brace-expansion "^2.0.1"
72207262

7263+
minimatch@^9.0.4:
7264+
version "9.0.4"
7265+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
7266+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
7267+
dependencies:
7268+
brace-expansion "^2.0.1"
7269+
72217270
72227271
version "1.2.0"
72237272
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
@@ -7240,6 +7289,11 @@ minipass@^5.0.0:
72407289
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
72417290
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
72427291

7292+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
7293+
version "7.1.2"
7294+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7295+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7296+
72437297
minizlib@^2.1.1:
72447298
version "2.1.2"
72457299
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -7852,6 +7906,14 @@ path-parse@^1.0.7:
78527906
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
78537907
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
78547908

7909+
path-scurry@^1.11.1:
7910+
version "1.11.1"
7911+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
7912+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
7913+
dependencies:
7914+
lru-cache "^10.2.0"
7915+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7916+
78557917
path-type@^4.0.0:
78567918
version "4.0.0"
78577919
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -9091,6 +9153,15 @@ string-hash@^1.1.1:
90919153
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
90929154
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
90939155

9156+
"string-width-cjs@npm:string-width@^4.2.0":
9157+
version "4.2.3"
9158+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9159+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9160+
dependencies:
9161+
emoji-regex "^8.0.0"
9162+
is-fullwidth-code-point "^3.0.0"
9163+
strip-ansi "^6.0.1"
9164+
90949165
string-width@^1.0.1:
90959166
version "1.0.2"
90969167
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -9198,6 +9269,13 @@ stringifier@^1.3.0:
91989269
traverse "^0.6.6"
91999270
type-name "^2.0.1"
92009271

9272+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9273+
version "6.0.1"
9274+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9275+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9276+
dependencies:
9277+
ansi-regex "^5.0.1"
9278+
92019279
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
92029280
version "3.0.1"
92039281
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -9414,14 +9492,14 @@ terser@^5.0.0, terser@^5.7.0:
94149492
commander "^2.20.0"
94159493
source-map-support "~0.5.20"
94169494

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==
9495+
test-exclude@^7.0.1:
9496+
version "7.0.1"
9497+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
9498+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
94219499
dependencies:
94229500
"@istanbuljs/schema" "^0.1.2"
9423-
glob "^7.1.4"
9424-
minimatch "^3.0.4"
9501+
glob "^10.4.1"
9502+
minimatch "^9.0.4"
94259503

94269504
text-extensions@^2.0.0:
94279505
version "2.4.0"
@@ -9903,6 +9981,15 @@ word-wrap@~1.2.3:
99039981
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
99049982
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
99059983

9984+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9985+
version "7.0.0"
9986+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9987+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9988+
dependencies:
9989+
ansi-styles "^4.0.0"
9990+
string-width "^4.1.0"
9991+
strip-ansi "^6.0.0"
9992+
99069993
wrap-ansi@^3.0.1:
99079994
version "3.0.1"
99089995
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"

0 commit comments

Comments
 (0)