From d35a5610d3ce7034424967e0683291e5abb89535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:52:58 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [c8](https://github.com/bcoe/c8) and [typescript](https://github.com/microsoft/TypeScript). Updates `c8` from 10.1.3 to 11.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/v10.1.3...v11.0.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: c8 dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d108b74..2837de4 100644 --- a/package.json +++ b/package.json @@ -50,9 +50,9 @@ "@openally/config.eslint": "^2.2.0", "@openally/config.typescript": "^1.2.1", "@types/node": "^25.0.2", - "c8": "^10.1.3", + "c8": "^11.0.0", "pkg-ok": "^3.0.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "engines": { "node": ">=22"