Skip to content

Commit a01f487

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

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
@@ -74,7 +74,7 @@
7474
"babel-plugin-transform-remove-console": "6.9.4",
7575
"babel-plugin-unassert": "3.1.0",
7676
"babel-preset-power-assert": "3.0.0",
77-
"c8": "7.9.0",
77+
"c8": "7.10.0",
7878
"esdoc": "1.1.0",
7979
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8080
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

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

2809-
c8@7.9.0:
2810-
version "7.9.0"
2811-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.9.0.tgz#e63b9a22c8b4adbf6a8c8cb6194ee086b3e13c24"
2812-
integrity sha512-aQ7dC8gASnKdBwHUuYuzsdKCEDrKnWr7ZuZUnf4CNAL81oyKloKrs7H7zYvcrmCtIrMToudBSUhq2q+LLBMvgg==
2809+
c8@7.10.0:
2810+
version "7.10.0"
2811+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.10.0.tgz#c539ebb15d246b03b0c887165982c49293958a73"
2812+
integrity sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==
28132813
dependencies:
28142814
"@bcoe/v8-coverage" "^0.2.3"
28152815
"@istanbuljs/schema" "^0.1.2"
28162816
find-up "^5.0.0"
28172817
foreground-child "^2.0.0"
2818-
istanbul-lib-coverage "^3.0.0"
2818+
istanbul-lib-coverage "^3.0.1"
28192819
istanbul-lib-report "^3.0.0"
28202820
istanbul-reports "^3.0.2"
28212821
rimraf "^3.0.0"
@@ -6196,6 +6196,11 @@ istanbul-lib-coverage@^3.0.0:
61966196
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
61976197
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
61986198

6199+
istanbul-lib-coverage@^3.0.1:
6200+
version "3.0.1"
6201+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz#e8900b3ed6069759229cf30f7067388d148aeb5e"
6202+
integrity sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==
6203+
61996204
istanbul-lib-report@^3.0.0:
62006205
version "3.0.0"
62016206
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"

0 commit comments

Comments
 (0)