Skip to content

Commit 2c48bc1

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

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
@@ -72,7 +72,7 @@
7272
"babel-plugin-transform-remove-console": "6.9.4",
7373
"babel-plugin-unassert": "3.1.0",
7474
"babel-preset-power-assert": "3.0.0",
75-
"c8": "7.9.0",
75+
"c8": "7.10.0",
7676
"esdoc": "1.1.0",
7777
"esdoc-ecmascript-proposal-plugin": "1.0.0",
7878
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

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

2704-
c8@7.9.0:
2705-
version "7.9.0"
2706-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.9.0.tgz#e63b9a22c8b4adbf6a8c8cb6194ee086b3e13c24"
2707-
integrity sha512-aQ7dC8gASnKdBwHUuYuzsdKCEDrKnWr7ZuZUnf4CNAL81oyKloKrs7H7zYvcrmCtIrMToudBSUhq2q+LLBMvgg==
2704+
c8@7.10.0:
2705+
version "7.10.0"
2706+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.10.0.tgz#c539ebb15d246b03b0c887165982c49293958a73"
2707+
integrity sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==
27082708
dependencies:
27092709
"@bcoe/v8-coverage" "^0.2.3"
27102710
"@istanbuljs/schema" "^0.1.2"
27112711
find-up "^5.0.0"
27122712
foreground-child "^2.0.0"
2713-
istanbul-lib-coverage "^3.0.0"
2713+
istanbul-lib-coverage "^3.0.1"
27142714
istanbul-lib-report "^3.0.0"
27152715
istanbul-reports "^3.0.2"
27162716
rimraf "^3.0.0"
@@ -6102,6 +6102,11 @@ istanbul-lib-coverage@^3.0.0:
61026102
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
61036103
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
61046104

6105+
istanbul-lib-coverage@^3.0.1:
6106+
version "3.0.1"
6107+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz#e8900b3ed6069759229cf30f7067388d148aeb5e"
6108+
integrity sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==
6109+
61056110
istanbul-lib-report@^3.0.0:
61066111
version "3.0.0"
61076112
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"

0 commit comments

Comments
 (0)