From 07ebaac8561b60e64643452eba91dddf0d2ac013 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 17:56:33 +0000 Subject: [PATCH] Bump nodegit from 0.25.1 to 0.27.0 Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.25.1 to 0.27.0. - [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.27.0) 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..7df278c 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.27.0", "openpgp": "^4.2.2" } }