From a275a029fa930485ed13527ac4ff65c603635ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:30:24 +0000 Subject: [PATCH] chore(deps-dev): bump c8 from 7.13.0 to 8.0.0 Bumps [c8](https://github.com/bcoe/c8) from 7.13.0 to 8.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcoe/c8/compare/v7.13.0...v8.0.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61148c0..e758efd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@semantic-release/npm": "^10.0.2", "@semantic-release/release-notes-generator": "^11.0.1", "ava": "^5.2.0", - "c8": "^7.13.0", + "c8": "^8.0.0", "husky": "^8.0.3", "lint-staged": "^13.2.0", "postcss": "^8.4.21", diff --git a/yarn.lock b/yarn.lock index 1d62362..a49bfc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1090,10 +1090,10 @@ builtins@^5.0.0: dependencies: semver "^7.0.0" -c8@^7.13.0: - version "7.13.0" - resolved "https://registry.yarnpkg.com/c8/-/c8-7.13.0.tgz#a2a70a851278709df5a9247d62d7f3d4bcb5f2e4" - integrity sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA== +c8@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.0.tgz#99c7408fbbafaa5630ddc80881adbfe461fc6c8f" + integrity sha512-XHA5vSfCLglAc0Xt8eLBZMv19lgiBSjnb1FLAQgnwkuhJYEonpilhEB4Ea3jPAbm0FhD6VVJrc0z73jPe7JyGQ== dependencies: "@bcoe/v8-coverage" "^0.2.3" "@istanbuljs/schema" "^0.1.3"