diff --git a/package-lock.json b/package-lock.json index 961eb74..86afaaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^5.0.3", "@actions/core": "^3.0.0", "node-html-parser": "^7.0.2", - "simple-git": "^3.30.0", + "simple-git": "^3.32.3", "turndown": "^7.2.2", "turndown-plugin-gfm": "^1.0.2" }, @@ -9539,9 +9539,9 @@ } }, "node_modules/simple-git": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", - "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", + "version": "3.32.3", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz", + "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index b2b8b20..b32514e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@actions/artifact": "^5.0.3", "@actions/core": "^3.0.0", "node-html-parser": "^7.0.2", - "simple-git": "^3.30.0", + "simple-git": "^3.32.3", "turndown": "^7.2.2", "turndown-plugin-gfm": "^1.0.2" },