From c079bd694709102fd821e6bba69a5d30791ab4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:09:50 -0700 Subject: [PATCH] Bump simple-git from 3.19.1 to 3.20.0 in /cli (#1296) Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.19.1 to 3.20.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.20.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli/package-lock.json | 14 +++++++------- cli/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/package-lock.json b/cli/package-lock.json index d834fae284..ccde4d4774 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -20,7 +20,7 @@ "lodash": "^4.17.21", "minimist": "^1.2.8", "node-fetch": "^3.3.2", - "simple-git": "^3.19.1", + "simple-git": "^3.20.0", "touch": "^3.1.0" }, "engines": { @@ -1316,9 +1316,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/simple-git": { - "version": "3.19.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.19.1.tgz", - "integrity": "sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz", + "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -2485,9 +2485,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "simple-git": { - "version": "3.19.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.19.1.tgz", - "integrity": "sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz", + "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/cli/package.json b/cli/package.json index 7106421a04..a8856cfbb4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -26,7 +26,7 @@ "lodash": "^4.17.21", "minimist": "^1.2.8", "node-fetch": "^3.3.2", - "simple-git": "^3.19.1", + "simple-git": "^3.20.0", "touch": "^3.1.0" } }