From 13c61cda19bf358b7afbba1b4ab33e8e3c2913b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 21:56:42 +0000 Subject: [PATCH] build(deps-dev): bump c8 from 7.7.3 to 7.8.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 341a5174..630fb550 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/parser": "^4.29.0", "ava": "^3.15.0", "benny": "^3.6.15", - "c8": "^7.7.3", + "c8": "^7.8.0", "cross-env": "^7.0.3", "esbuild": "^0.12.17", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 835e1d46..77fb17c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1795,10 +1795,10 @@ byte-size@^7.0.0: resolved "https://registry.npmjs.org/byte-size/-/byte-size-7.0.1.tgz#b1daf3386de7ab9d706b941a748dbfc71130dee3" integrity sha512-crQdqyCwhokxwV1UyDzLZanhkugAgft7vt0qbbdt60C6Zf3CAiGmtUCylbtYwrU6loOUw3euGrNtW1J651ot1A== -c8@^7.7.3: - version "7.7.3" - resolved "https://registry.npmjs.org/c8/-/c8-7.7.3.tgz#5af8f83b55dace03b353375e7a2ba85e2c13b17f" - integrity sha512-ZyA7n3w8i4ETV25tVYMHwJxCSnaOf/LfA8vOcuZOPbonuQfD7tBT/gMWZy7eczRpCDuHcvMXwoqAemg6R0p3+A== +c8@^7.8.0: + version "7.8.0" + resolved "https://registry.npmjs.org/c8/-/c8-7.8.0.tgz#8fcfe848587d9d5796f22e9b0546a387a66d1b3b" + integrity sha512-x2Bx+IIEd608B1LmjiNQ/kizRPkCWo5XzuV57J9afPjAHSnYXALwbCSOkQ7cSaNXBNblfqcvdycj+klmL+j6yA== dependencies: "@bcoe/v8-coverage" "^0.2.3" "@istanbuljs/schema" "^0.1.2"