Bump simple-git from 2.37.0 to 2.38.0 (#259)

This commit is contained in:
dependabot-preview[bot]
2021-04-24 21:45:54 +02:00
committed by GitHub
parent aff8b2795d
commit f7c4d84eec
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"puppeteer": "^8.0.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.3.3",
"simple-git": "^2.37.0",
"simple-git": "^2.38.0",
"svgo": "^2.3.0",
"twemoji-parser": "^13.0.0",
"vue": "^2.6.12",
@@ -10458,13 +10458,13 @@
}
},
"node_modules/simple-git": {
"version": "2.37.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.37.0.tgz",
"integrity": "sha512-ZK6qRnP+Xa2v23UEZDNHUfzswsuNCDHOQpWZRkpqNaXn7V5wVBBx3zRJLji3pROJGzrzA7mXwY7preL5EKuAaQ==",
"version": "2.38.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.38.0.tgz",
"integrity": "sha512-CORjrfirWMEGbJAxaXDH/PjZVOeATeG2bkafM9DsLVcFkbF9sXQGIIpEI6FeyXpvUsFK69T/pa4+4FKY9TUJMQ==",
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.2"
"debug": "^4.3.1"
}
},
"node_modules/simple-git/node_modules/debug": {
@@ -20958,13 +20958,13 @@
}
},
"simple-git": {
"version": "2.37.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.37.0.tgz",
"integrity": "sha512-ZK6qRnP+Xa2v23UEZDNHUfzswsuNCDHOQpWZRkpqNaXn7V5wVBBx3zRJLji3pROJGzrzA7mXwY7preL5EKuAaQ==",
"version": "2.38.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.38.0.tgz",
"integrity": "sha512-CORjrfirWMEGbJAxaXDH/PjZVOeATeG2bkafM9DsLVcFkbF9sXQGIIpEI6FeyXpvUsFK69T/pa4+4FKY9TUJMQ==",
"requires": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.2"
"debug": "^4.3.1"
},
"dependencies": {
"debug": {

View File

@@ -44,7 +44,7 @@
"puppeteer": "^8.0.0",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.3.3",
"simple-git": "^2.37.0",
"simple-git": "^2.38.0",
"svgo": "^2.3.0",
"twemoji-parser": "^13.0.0",
"vue": "^2.6.12",