diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-23 00:46:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 00:46:23 +0100 |
| commit | 66816501cae9f60d0f363b4476cffd8b7c896505 (patch) | |
| tree | 076a8fe833673d68d8e8b1434ab42028e5002d96 /yarn.lock | |
| parent | 742a8ca1efa83c7ffb69562f7cde1b1d1dc4d624 (diff) | |
| download | doxdocgen-66816501cae9f60d0f363b4476cffd8b7c896505.tar.gz | |
Bump simple-git from 2.38.0 to 3.3.0 (#280)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.38.0 to 3.3.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.3.0/simple-git)
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -567,9 +567,10 @@ debug-log@^1.0.1: resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f" integrity sha1-IwdjLUwEOCuN+KMvcLiVBG1SdF8= -debug@4, debug@^4.1.1, debug@^4.3.1: - version "4.3.1" - resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz" +debug@4, debug@^4.1.1, debug@^4.3.3: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" @@ -2249,13 +2250,14 @@ 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@^2.38.0: - version "2.38.0" - resolved "https://registry.npmjs.org/simple-git/-/simple-git-2.38.0.tgz" +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== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" - debug "^4.3.1" + debug "^4.3.3" slide@^1.1.5: version "1.1.6" |