Skip to content

Commit d4be121

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

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
@@ -76,7 +76,7 @@
7676
"babel-plugin-transform-remove-console": "6.9.4",
7777
"babel-plugin-unassert": "3.1.0",
7878
"babel-preset-power-assert": "3.0.0",
79-
"c8": "7.9.0",
79+
"c8": "7.10.0",
8080
"esdoc": "1.1.0",
8181
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8282
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

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

2736-
c8@7.9.0:
2737-
version "7.9.0"
2738-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.9.0.tgz#e63b9a22c8b4adbf6a8c8cb6194ee086b3e13c24"
2739-
integrity sha512-aQ7dC8gASnKdBwHUuYuzsdKCEDrKnWr7ZuZUnf4CNAL81oyKloKrs7H7zYvcrmCtIrMToudBSUhq2q+LLBMvgg==
2736+
c8@7.10.0:
2737+
version "7.10.0"
2738+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.10.0.tgz#c539ebb15d246b03b0c887165982c49293958a73"
2739+
integrity sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==
27402740
dependencies:
27412741
"@bcoe/v8-coverage" "^0.2.3"
27422742
"@istanbuljs/schema" "^0.1.2"
27432743
find-up "^5.0.0"
27442744
foreground-child "^2.0.0"
2745-
istanbul-lib-coverage "^3.0.0"
2745+
istanbul-lib-coverage "^3.0.1"
27462746
istanbul-lib-report "^3.0.0"
27472747
istanbul-reports "^3.0.2"
27482748
rimraf "^3.0.0"
@@ -6125,6 +6125,11 @@ istanbul-lib-coverage@^3.0.0:
61256125
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
61266126
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
61276127

6128+
istanbul-lib-coverage@^3.0.1:
6129+
version "3.0.1"
6130+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz#e8900b3ed6069759229cf30f7067388d148aeb5e"
6131+
integrity sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==
6132+
61286133
istanbul-lib-report@^3.0.0:
61296134
version "3.0.0"
61306135
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"

0 commit comments

Comments
 (0)