From 027e545abe5ba8828cfff7aa609240721c61e132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 16:00:49 +0000 Subject: [PATCH] Bump simple-git from 2.48.0 to 3.4.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.48.0 to 3.4.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.4.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 962ce8e..1365d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hasbin": "^1.2.3", "js-yaml": "^3.13.1", "progress": "^2.0.3", - "simple-git": "^2.48.0", + "simple-git": "^3.4.0", "tar": "^6.1.11", "yargs": "^17.3.1" }, @@ -1444,13 +1444,13 @@ } }, "node_modules/simple-git": { - "version": "2.48.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz", - "integrity": "sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.4.0.tgz", + "integrity": "sha512-sBRdudUc1yvi0xQQPuHXc1L9gTWkRn4hP2bbc7q4BTxR502d3JJAGsDOhrmsBY+wAZAw5JLl82tx55fSWYE65w==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.2" + "debug": "^4.3.3" }, "funding": { "type": "github", @@ -2989,13 +2989,13 @@ "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==" }, "simple-git": { - "version": "2.48.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz", - "integrity": "sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.4.0.tgz", + "integrity": "sha512-sBRdudUc1yvi0xQQPuHXc1L9gTWkRn4hP2bbc7q4BTxR502d3JJAGsDOhrmsBY+wAZAw5JLl82tx55fSWYE65w==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.2" + "debug": "^4.3.3" } }, "sort-keys": { diff --git a/package.json b/package.json index c6debad..6ae23c1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "hasbin": "^1.2.3", "js-yaml": "^3.13.1", "progress": "^2.0.3", - "simple-git": "^2.48.0", + "simple-git": "^3.4.0", "tar": "^6.1.11", "yargs": "^17.3.1" }