diff --git a/package-lock.json b/package-lock.json index 419cfbc..dc38a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^2.1.3", "@actions/core": "^1.10.1", "node-html-parser": "^6.1.12", - "simple-git": "^3.22.0", + "simple-git": "^3.24.0", "turndown": "^7.1.2", "turndown-plugin-gfm": "^1.0.2" }, @@ -8021,9 +8021,9 @@ "dev": true }, "node_modules/simple-git": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.22.0.tgz", - "integrity": "sha512-6JujwSs0ac82jkGjMHiCnTifvf1crOiY/+tfs/Pqih6iow7VrpNKRRNdWm6RtaXpvvv/JGNYhlUtLhGFqHF+Yw==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.24.0.tgz", + "integrity": "sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 654cb56..5439ec8 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@actions/artifact": "^2.1.3", "@actions/core": "^1.10.1", "node-html-parser": "^6.1.12", - "simple-git": "^3.22.0", + "simple-git": "^3.24.0", "turndown": "^7.1.2", "turndown-plugin-gfm": "^1.0.2" },