From 4526298437c11b7c11f6159e6fca8cfc7bc44e08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 13:34:06 +0000 Subject: [PATCH] Bump nodegit from 0.25.1 to 0.26.3 Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.25.1 to 0.26.3. - [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.3) 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..13ce63e 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.3", "openpgp": "^4.2.2" } }