diff --git a/package-lock.json b/package-lock.json index e97459c6..7fed2721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "purgecss": "^4.1.2", "rss-parser": "^3.12.0", "sanitize-html": "^2.6.0", - "simple-git": "^2.47.0", + "simple-git": "^2.48.0", "svgo": "^2.8.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.14", @@ -8546,13 +8546,17 @@ } }, "node_modules/simple-git": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.47.0.tgz", - "integrity": "sha512-+HfCpqPBEZTPWiW9fPdbiPJDslM22MLqrktfzNKyI2pWaJa6DhfNVx4Mds04KZzVv5vjC9/ksw3y5gVf8ECWDg==", + "version": "2.48.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz", + "integrity": "sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", "debug": "^4.3.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/steveukx/" } }, "node_modules/simple-git/node_modules/debug": { @@ -16580,9 +16584,9 @@ } }, "simple-git": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.47.0.tgz", - "integrity": "sha512-+HfCpqPBEZTPWiW9fPdbiPJDslM22MLqrktfzNKyI2pWaJa6DhfNVx4Mds04KZzVv5vjC9/ksw3y5gVf8ECWDg==", + "version": "2.48.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz", + "integrity": "sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 3043bf3f..bf538973 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "purgecss": "^4.1.2", "rss-parser": "^3.12.0", "sanitize-html": "^2.6.0", - "simple-git": "^2.47.0", + "simple-git": "^2.48.0", "svgo": "^2.8.0", "twemoji-parser": "^13.1.0", "vue": "^2.6.14",