From 97e0d0fee7cf419565360d2eb7796357d2dba7cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:53:17 +0000 Subject: [PATCH] update: update dependency c8 to v7.13.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f2dde89..6ae6f4f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "5.53.0", "@typescript-eslint/eslint-plugin-tslint": "5.53.0", "@typescript-eslint/parser": "5.53.0", - "c8": "7.12.0", + "c8": "7.13.0", "chai": "4.3.7", "chai-as-promised": "7.1.1", "eslint": "8.34.0", diff --git a/yarn.lock b/yarn.lock index 47fc266..86e75b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -614,10 +614,10 @@ buffer-from@^1.0.0: resolved "https://artifacts.apextoaster.com/repository/group-npm/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -c8@7.12.0: - version "7.12.0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/c8/-/c8-7.12.0.tgz#402db1c1af4af5249153535d1c84ad70c5c96b14" - integrity sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A== +c8@7.13.0: + version "7.13.0" + resolved "https://artifacts.apextoaster.com/repository/group-npm/c8/-/c8-7.13.0.tgz#a2a70a851278709df5a9247d62d7f3d4bcb5f2e4" + integrity sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA== dependencies: "@bcoe/v8-coverage" "^0.2.3" "@istanbuljs/schema" "^0.1.3"