From b9b8cd33b897e635845bcfc55a61ca97cc00f34c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 17:06:13 +0000 Subject: [PATCH] Bump nodegit from 0.25.1 to 0.26.2 Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.25.1 to 0.26.2. - [Release notes](https://github.com/nodegit/nodegit/releases) - [Changelog](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodegit/nodegit/compare/v0.25.1...v0.26.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8aaea9..bd37d6f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/dabutvin/pgp-commit.git" }, "dependencies": { - "nodegit": "^0.25.0", + "nodegit": "^0.26.2", "openpgp": "^4.2.2" } }