From 8c2055457c112e616a0529bfb5baa296d3bdecc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:46:43 +0000 Subject: [PATCH] deps: bump @npmcli/git from 4.1.0 to 5.0.3 Bumps [@npmcli/git](https://github.com/npm/git) from 4.1.0 to 5.0.3. - [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/v4.1.0...v5.0.3) --- 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 0f5b6655..1a6b5537 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@commitlint/config-conventional": "^17.1.0", "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^6.0.0", - "@npmcli/git": "^4.0.0", + "@npmcli/git": "^5.0.3", "@npmcli/map-workspaces": "^3.0.0", "@npmcli/package-json": "^5.0.0", "@octokit/rest": "^19.0.4",