From 3f98d20a188a48a8d0da53eb6354d90bb9786291 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Fri, 10 May 2019 11:02:40 +0000 Subject: [PATCH] build(deps): update dependency simple-git to v1.113.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 732ad6a0d0..815224a50b 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "semver": "6.0.0", "semver-stable": "2.0.4", "semver-utils": "1.1.4", - "simple-git": "1.111.0", + "simple-git": "1.113.0", "slugify": "1.3.4", "toml": "3.0.0", "tomlify-j0.4": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 77b504b906..1c38093517 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7473,10 +7473,10 @@ signale@^1.2.1: figures "^2.0.0" pkg-conf "^2.1.0" -simple-git@1.111.0: - version "1.111.0" - resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.111.0.tgz#409a089578766c084f2a0c9af2e8ecf63aa20db3" - integrity sha512-/qIwYgVYj9xSkgF+V2WdhwZ/kAHTXYVCONSZ3qtLjxh1rBtqYiRKRfBpL0jMNdYefrx+O5e83gqnKe5lKk3dKA== +simple-git@1.113.0: + version "1.113.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.113.0.tgz#668989728a1e9cf4ec6c72b69ea2eecc93489bea" + integrity sha512-i9WVsrK2u0G/cASI9nh7voxOk9mhanWY9eGtWBDSYql6m49Yk5/Fan6uZsDr/xmzv8n+eQ8ahKCoEr8cvU3h+g== dependencies: debug "^4.0.1" -- GitLab