From 028182c73b6de57871cf482aba80b2316df46e9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 11:06:14 +0100 Subject: [PATCH] build(deps): update dependency simple-git to v2.22.0 (#7731) 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 472e8a3383..8da67abd70 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "semver-utils": "1.1.4", "shlex": "2.0.2", "shortid": "2.2.16", - "simple-git": "2.21.0", + "simple-git": "2.22.0", "slugify": "1.4.6", "traverse": "0.6.6", "upath": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 8ae62952bf..c0150d092e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9503,10 +9503,10 @@ signale@^1.2.1: figures "^2.0.0" pkg-conf "^2.1.0" -simple-git@2.21.0: - version "2.21.0" - resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.21.0.tgz#d25d3fdc6a139cd7f80f197541a6f9f6e9d4cbc8" - integrity sha512-rohCHmEjD/ESXFLxF4bVeqgdb4Awc65ZyyuCKl3f7BvgMbZOBa/Ye3HN/GFnvruiUOAWWNupxhz3Rz5/3vJLTg== +simple-git@2.22.0: + version "2.22.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.22.0.tgz#650cdf5dfbc6e7771da19ff890862170a184077e" + integrity sha512-/8WMNrQ5slYl05jYOpeh4BIyMQc84PkEvk9YAcBHVJaPoAgoxzLzdRzUzWDZJ9U6Z2pUjLxkGcQC0kU4pbRN5Q== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" -- GitLab