From d64ae8506366d45b4092d59b57ed64797a2884a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:40:44 +0000 Subject: [PATCH] Bump nodegit from 0.25.1 to 0.26.5 Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.25.1 to 0.26.5. - [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.5) 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..b381711 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.5", "openpgp": "^4.2.2" } }