From 0a9351dcfc01110eac06e34db35fa6e103230317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:39:31 +0000 Subject: [PATCH] deps: bump @npmcli/git from 5.0.8 to 6.0.0 Bumps [@npmcli/git](https://github.com/npm/git) from 5.0.8 to 6.0.0. - [Release notes](https://github.com/npm/git/releases) - [Changelog](https://github.com/npm/git/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/git/compare/v5.0.8...v6.0.0) --- updated-dependencies: - dependency-name: "@npmcli/git" dependency-type: direct:production 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 e90e0cc..f3426fb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/git": "^5.0.0", + "@npmcli/git": "^6.0.0", "glob": "^10.2.2", "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^4.0.0",