Skip to content

Commit 25598fc

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency c8 to v7.10.0
1 parent 1dce064 commit 25598fc

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"babel-plugin-transform-remove-console": "6.9.4",
8080
"babel-plugin-unassert": "3.1.0",
8181
"babel-preset-power-assert": "3.0.0",
82-
"c8": "7.9.0",
82+
"c8": "7.10.0",
8383
"esdoc": "1.1.0",
8484
"esdoc-inject-script-plugin": "1.0.0",
8585
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3256,16 +3256,16 @@ builtins@^1.0.3:
32563256
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
32573257
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
32583258

3259-
c8@7.9.0:
3260-
version "7.9.0"
3261-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.9.0.tgz#e63b9a22c8b4adbf6a8c8cb6194ee086b3e13c24"
3262-
integrity sha512-aQ7dC8gASnKdBwHUuYuzsdKCEDrKnWr7ZuZUnf4CNAL81oyKloKrs7H7zYvcrmCtIrMToudBSUhq2q+LLBMvgg==
3259+
c8@7.10.0:
3260+
version "7.10.0"
3261+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.10.0.tgz#c539ebb15d246b03b0c887165982c49293958a73"
3262+
integrity sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==
32633263
dependencies:
32643264
"@bcoe/v8-coverage" "^0.2.3"
32653265
"@istanbuljs/schema" "^0.1.2"
32663266
find-up "^5.0.0"
32673267
foreground-child "^2.0.0"
3268-
istanbul-lib-coverage "^3.0.0"
3268+
istanbul-lib-coverage "^3.0.1"
32693269
istanbul-lib-report "^3.0.0"
32703270
istanbul-reports "^3.0.2"
32713271
rimraf "^3.0.0"
@@ -6965,6 +6965,11 @@ istanbul-lib-coverage@^3.0.0:
69656965
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
69666966
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
69676967

6968+
istanbul-lib-coverage@^3.0.1:
6969+
version "3.0.1"
6970+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz#e8900b3ed6069759229cf30f7067388d148aeb5e"
6971+
integrity sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==
6972+
69686973
istanbul-lib-report@^3.0.0:
69696974
version "3.0.0"
69706975
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"

0 commit comments

Comments
 (0)