Skip to content

Commit 375c798

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency c8 to v7.10.0
1 parent 64fdf39 commit 375c798

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"babel-plugin-transform-remove-console": "6.9.4",
8181
"babel-plugin-unassert": "3.1.0",
8282
"babel-preset-power-assert": "3.0.0",
83-
"c8": "7.9.0",
83+
"c8": "7.10.0",
8484
"esdoc": "1.1.0",
8585
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8686
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

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

3145-
c8@7.9.0:
3146-
version "7.9.0"
3147-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.9.0.tgz#e63b9a22c8b4adbf6a8c8cb6194ee086b3e13c24"
3148-
integrity sha512-aQ7dC8gASnKdBwHUuYuzsdKCEDrKnWr7ZuZUnf4CNAL81oyKloKrs7H7zYvcrmCtIrMToudBSUhq2q+LLBMvgg==
3145+
c8@7.10.0:
3146+
version "7.10.0"
3147+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.10.0.tgz#c539ebb15d246b03b0c887165982c49293958a73"
3148+
integrity sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==
31493149
dependencies:
31503150
"@bcoe/v8-coverage" "^0.2.3"
31513151
"@istanbuljs/schema" "^0.1.2"
31523152
find-up "^5.0.0"
31533153
foreground-child "^2.0.0"
3154-
istanbul-lib-coverage "^3.0.0"
3154+
istanbul-lib-coverage "^3.0.1"
31553155
istanbul-lib-report "^3.0.0"
31563156
istanbul-reports "^3.0.2"
31573157
rimraf "^3.0.0"
@@ -6755,6 +6755,11 @@ istanbul-lib-coverage@^3.0.0:
67556755
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
67566756
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
67576757

6758+
istanbul-lib-coverage@^3.0.1:
6759+
version "3.0.1"
6760+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz#e8900b3ed6069759229cf30f7067388d148aeb5e"
6761+
integrity sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==
6762+
67586763
istanbul-lib-report@^3.0.0:
67596764
version "3.0.0"
67606765
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"

0 commit comments

Comments
 (0)