From 23f074ea980e1500ac6face52cf726b4a4918d71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 22:37:42 -0400 Subject: [PATCH] build(deps): Bump simple-git from 1.120.0 to 1.121.0 (#163) Bumps [simple-git](https://github.com/steveukx/git-js) from 1.120.0 to 1.121.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Commits](https://github.com/steveukx/git-js/compare/v1.120.0...v1.121.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01e8578e..267c5c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5902,9 +5902,9 @@ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, "simple-git": { - "version": "1.120.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.120.0.tgz", - "integrity": "sha512-caF3eLrUSrL6d5fBVU85bmY0lpbMpbkWze1W2Tg946kN75s/WWvKqpc4Agn3DLHyzXEeiWfv8yPULiCKumuIQg==", + "version": "1.121.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.121.0.tgz", + "integrity": "sha512-LyYri/nuAX8+cx9nZw38mWO6oHNi//CmiPlkBL7aVjZIsdldve7eeDwXu9L4wP/74MpNHucXkXc/BOuIQShhPg==", "requires": { "debug": "^4.0.1" }, diff --git a/package.json b/package.json index fa9f586c..80042693 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prompt": "^1.0.0", "request": "^2.88.0", "scp2": "^0.5.0", - "simple-git": "^1.120.0", + "simple-git": "^1.121.0", "slash": "^3.0.0", "ssh2": "^0.8.4", "underscore": "^1.9.1",