summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-16 21:05:00 +0200
committerGitHub <noreply@github.com>2022-08-16 21:05:00 +0200
commit463d85e48b1fbecfb02218592b5aa7a960e23790 (patch)
tree546eb69a87ca9a9ca7c017ed0a0833185d8154b1
parentf4d5632901920979b78c9c952aa78d5dd9189bf7 (diff)
downloaddoxdocgen-463d85e48b1fbecfb02218592b5aa7a960e23790.tar.gz
Bump simple-git from 3.3.0 to 3.5.0 (#285)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.3.0 to 3.5.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.5.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index a2c5144..b05a3b1 100644
--- a/package.json
+++ b/package.json
@@ -279,7 +279,7 @@
"env-var": "^4.1.0",
"moment": "^2.20.1",
"opn": "^5.2.0",
- "simple-git": "^3.3.0"
+ "simple-git": "^3.5.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
diff --git a/yarn.lock b/yarn.lock
index 28f7ea4..04e105e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2251,10 +2251,10 @@ signal-exit@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
-simple-git@^3.3.0:
- version "3.3.0"
- resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.3.0.tgz#91692d576f851be691124781b79872b246d2f92c"
- integrity sha512-K9qcbbZwPHhk7MLi0k0ekvSFXJIrRoXgHhqMXAFM75qS68vdHTcuzmul1ilKI02F/4lXshVgBoDll2t++JK0PQ==
+simple-git@^3.5.0:
+ version "3.5.0"
+ resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.5.0.tgz#3c3538f4d7a1b3c8f3904412b12740bdcad9c8b1"
+ integrity sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"