From 56d0c62295d726fe9482a669a50cff92775b9ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 21:17:01 -0700 Subject: [PATCH] deps: bump @npmcli/git from 2.1.0 to 3.0.0 (#120) Bumps [@npmcli/git](https://github.com/npm/git) from 2.1.0 to 3.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/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: "@npmcli/git" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbae0ec9..cd126840 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "git" ], "dependencies": { - "@npmcli/git": "^2.1.0", + "@npmcli/git": "^3.0.0", "@npmcli/installed-package-contents": "^1.0.7", "@npmcli/promise-spawn": "^1.2.0", "@npmcli/run-script": "^2.0.0",