From 74d018315c1c16dfa8dea3ad97979d980ee2ec56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:06:52 +0200 Subject: [PATCH] Bump simple-git from 2.42.0 to 2.44.0 (#483) [skip ci] Bumps [simple-git](https://github.com/steveukx/git-js) from 2.42.0 to 2.44.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/compare/v2.42.0...v2.44.0) --- 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> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab6e6451..5ad7a6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "puppeteer": "^10.2.0", "rss-parser": "^3.12.0", "sanitize-html": "^2.4.0", - "simple-git": "^2.42.0", + "simple-git": "^2.44.0", "svgo": "^2.4.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.12", @@ -8429,9 +8429,9 @@ } }, "node_modules/simple-git": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.42.0.tgz", - "integrity": "sha512-illpUX0bcrdB3AyvBGLz0ToRVP7lXNJOGVybGVuVk7PpivPNK5YKJx2aagKdKbveaMtt0DCLK4/jfjDb6b2M2g==", + "version": "2.44.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.44.0.tgz", + "integrity": "sha512-wIjcAmymhzgdaM0Y/a+XxmNGlivvHQTPZDYXVmyHMShVDwdeVqu3+OOyDbYu0DnfVzqLs2EOxRTgMNbC3YquwQ==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -16536,9 +16536,9 @@ } }, "simple-git": { - "version": "2.42.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.42.0.tgz", - "integrity": "sha512-illpUX0bcrdB3AyvBGLz0ToRVP7lXNJOGVybGVuVk7PpivPNK5YKJx2aagKdKbveaMtt0DCLK4/jfjDb6b2M2g==", + "version": "2.44.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.44.0.tgz", + "integrity": "sha512-wIjcAmymhzgdaM0Y/a+XxmNGlivvHQTPZDYXVmyHMShVDwdeVqu3+OOyDbYu0DnfVzqLs2EOxRTgMNbC3YquwQ==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 2e0ea2be..681979bf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "puppeteer": "^10.2.0", "rss-parser": "^3.12.0", "sanitize-html": "^2.4.0", - "simple-git": "^2.42.0", + "simple-git": "^2.44.0", "svgo": "^2.4.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.12",