From d5b36b92ddb2eaed1a271df7b9715c13fdb60de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:52:29 +0000 Subject: [PATCH] :arrow_up: Bump simple-git from 2.36.0 to 2.36.1 Bumps [simple-git](https://github.com/steveukx/git-js) from 2.36.0 to 2.36.1. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/compare/v2.36.0...v2.36.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c2129f..3e1a0fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11434,9 +11434,9 @@ } }, "simple-git": { - "version": "2.36.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.36.0.tgz", - "integrity": "sha512-EJNaUgGYzBnQiyEkNZgbQSg76agbEDqlgHDr8DAXqV8xWvcefydbipye7YXtHMGbbEK998dcFezS8qF0sepZ5Q==", + "version": "2.36.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.36.1.tgz", + "integrity": "sha512-bN18Ea/4IJgqgbZyE9VpVEUkAu9vyP0VWP7acP0CRC1p/N80GGJ0HhIVeFJsm8TdJLBowiJpdLesQuAZ5TFSKw==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1",