From a71157547d9a5e98e5f4e2471af5200c0d1a40c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:07:30 +0000 Subject: [PATCH] Bump c8 from 8.0.1 to 10.1.2 Bumps [c8](https://github.com/bcoe/c8) from 8.0.1 to 10.1.2. - [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/v8.0.1...v10.1.2) --- updated-dependencies: - dependency-name: c8 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 ecedeac..8243d4a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Sofiia Antypenko ", "license": "MIT", "devDependencies": { - "c8": "^8.0.0", + "c8": "^10.1.2", "eslint": "^8.5.0", "mocha": "^11.0.1", "should": "^13.0.0"