From 5280fc4d6816daa8dbb838b30b812a893c28305c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 02:52:01 +0000 Subject: [PATCH] Bump c8 from 10.0.0 to 10.1.1 Bumps [c8](https://github.com/bcoe/c8) from 10.0.0 to 10.1.1. - [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/v10.0.0...v10.1.1) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7651ca41..7e5d89a3 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@eslint/js": "9.4.0", "ajv": "8.16.0", "ava": "6.1.3", - "c8": "10.0.0", + "c8": "10.1.1", "character-entities": "2.0.2", "eslint": "9.4.0", "eslint-plugin-jsdoc": "48.2.9",