From 0a222b82d31cc085cff9150bf6cf38a653e1784f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 13:59:52 +0200 Subject: [PATCH] build(deps): update dependency simple-git to v2.14.0 (#6818) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39455a306f..5e8808f421 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "semver-utils": "1.1.4", "shlex": "2.0.2", "shortid": "2.2.15", - "simple-git": "2.13.2", + "simple-git": "2.14.0", "slugify": "1.4.4", "toml": "3.0.0", "traverse": "0.6.6", diff --git a/yarn.lock b/yarn.lock index 8c7359235c..2162c8284a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9082,10 +9082,10 @@ signale@^1.2.1: figures "^2.0.0" pkg-conf "^2.1.0" -simple-git@2.13.2: - version "2.13.2" - resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.13.2.tgz#9cbd66fa7db943b0c863009e5086fc022f6c0bca" - integrity sha512-GXBwoTtgwrNWFqs/wo48UaWC18ckEK8HcwTM3znfUTz02J29kSsQXdulthciSE6hdfccT29PNPScfMTjE41ahg== +simple-git@2.14.0: + version "2.14.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.14.0.tgz#0dcd455451b9ad63542bf3f0599a01d57764d2e4" + integrity sha512-uhZUUrgw+5TlF6WYxGCbsnsdKeA8eu6UY48ynWk5/X5m/B2L5n/1eyc0e2G2hP6LFAIRGYnO3CCzgWng7OkOhg== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" -- GitLab