diff --git a/package-lock.json b/package-lock.json index 6dd64efe..0311647b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6452,9 +6452,9 @@ "dev": true }, "simple-git": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.19.0.tgz", - "integrity": "sha512-hyH2p9Ptxjf/xPuL7HfXbpYt9gKhC1yWDh3KYIAYJJePAKV7AEjLN4xhp7lozOdNiaJ9jlVvAbBymVlcS2jRiA==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.19.1.tgz", + "integrity": "sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 97a56551..2530e120 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "minimatch": "^9.0.3", "node-html-parser": "^6.1.5", "shelljs": "0.8.5", - "simple-git": "3.19.0", + "simple-git": "3.19.1", "slugify": "^1.6.5", "tar-stream": "^3.1.4", "threads": "1.7.0",