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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-08-17 12:06:52 +02:00
committed by GitHub
parent f14ab9bd98
commit 74d018315c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -37,7 +37,7 @@
"puppeteer": "^10.2.0", "puppeteer": "^10.2.0",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0", "sanitize-html": "^2.4.0",
"simple-git": "^2.42.0", "simple-git": "^2.44.0",
"svgo": "^2.4.0", "svgo": "^2.4.0",
"twemoji-parser": "^13.1.0", "twemoji-parser": "^13.1.0",
"vue": "^2.6.12", "vue": "^2.6.12",
@@ -8429,9 +8429,9 @@
} }
}, },
"node_modules/simple-git": { "node_modules/simple-git": {
"version": "2.42.0", "version": "2.44.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.42.0.tgz", "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.44.0.tgz",
"integrity": "sha512-illpUX0bcrdB3AyvBGLz0ToRVP7lXNJOGVybGVuVk7PpivPNK5YKJx2aagKdKbveaMtt0DCLK4/jfjDb6b2M2g==", "integrity": "sha512-wIjcAmymhzgdaM0Y/a+XxmNGlivvHQTPZDYXVmyHMShVDwdeVqu3+OOyDbYu0DnfVzqLs2EOxRTgMNbC3YquwQ==",
"dependencies": { "dependencies": {
"@kwsites/file-exists": "^1.1.1", "@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1",
@@ -16536,9 +16536,9 @@
} }
}, },
"simple-git": { "simple-git": {
"version": "2.42.0", "version": "2.44.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.42.0.tgz", "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.44.0.tgz",
"integrity": "sha512-illpUX0bcrdB3AyvBGLz0ToRVP7lXNJOGVybGVuVk7PpivPNK5YKJx2aagKdKbveaMtt0DCLK4/jfjDb6b2M2g==", "integrity": "sha512-wIjcAmymhzgdaM0Y/a+XxmNGlivvHQTPZDYXVmyHMShVDwdeVqu3+OOyDbYu0DnfVzqLs2EOxRTgMNbC3YquwQ==",
"requires": { "requires": {
"@kwsites/file-exists": "^1.1.1", "@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1",

View File

@@ -53,7 +53,7 @@
"puppeteer": "^10.2.0", "puppeteer": "^10.2.0",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"sanitize-html": "^2.4.0", "sanitize-html": "^2.4.0",
"simple-git": "^2.42.0", "simple-git": "^2.44.0",
"svgo": "^2.4.0", "svgo": "^2.4.0",
"twemoji-parser": "^13.1.0", "twemoji-parser": "^13.1.0",
"vue": "^2.6.12", "vue": "^2.6.12",