From 08de2a485c244170bbac3c6d7a2f5bb434a5cbee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Mar 2020 00:40:27 +0000 Subject: [PATCH] :arrow_up: Upgrade dependency isomorphic-git to v1.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33f1d96..9a146cc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "colors": "1.4.0", "cosmiconfig": "6.0.0", "gluegun": "4.2.0", - "isomorphic-git": "1.2.0", + "isomorphic-git": "1.3.0", "latest-version": "5.1.0", "prompts": "2.3.1", "tslib": "1.11.1" diff --git a/yarn.lock b/yarn.lock index 5afe5a9..6ccef70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4934,10 +4934,10 @@ isobject@^4.0.0: resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== -isomorphic-git@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.2.0.tgz#e5d265fc73b2a5bae9e5d5177d89a377ba800f34" - integrity sha512-sBp3OapiLs1Fvaf9/f3DgfSzbclJVACMjavNQsiPbfNr19PtTkA7uST60faGSteIyGW5EASm2JLi6yn+60kwcA== +isomorphic-git@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.3.0.tgz#cd39621e811b7e902aac8ca955842ff8035d85db" + integrity sha512-vSmTfDzKPEElR5d94qHkxORFctKb5RjKo5Jgi+1jx+Io3kTfExV4v5UVObcWC6CIGYHBg8rM5qAWo8WC2rvbYg== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"