From c75cff9bc9694b16fe98436d51fc649bc9e55390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:42:59 +0000 Subject: [PATCH] chore: bump c8 from 11.0.0 to 12.0.0 Bumps [c8](https://github.com/bcoe/c8) from 11.0.0 to 12.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/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: c8 dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 526534c..5699087 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "ajv-errors": "^3.0.0", "ajv-i18n": "^4.2.0", "ajv-merge-patch": "^5.0.1", - "c8": "^11.0.0", + "c8": "^12.0.0", "cronometro": "^6.0.2", "eslint": "^9.17.0", "fastify": "^5.0.0",