From 456cb6d2543cf7d40d7f40a00a9cff32af18eeef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:23:02 +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 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) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: c8 dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: typescript dependency-version: 7.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 03ba198..6e684f2 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "@slimio/is": "^2.0.0", "@types/node": "^26.0.0", "@types/npmcli__arborist": "6.3.3", - "c8": "^11.0.0", - "typescript": "^6.0.2" + "c8": "^12.0.0", + "typescript": "^7.0.2" }, "dependencies": { "@nodesecure/npm-registry-sdk": "4.5.2",