diff --git a/package-lock.json b/package-lock.json index 4a25ccb..da3511e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "axios": "^1.13.4", "js-yaml": "^4.1.1", - "simple-git": "^3.18.0", + "simple-git": "^3.31.1", "string-argv": "^0.3.2" }, "devDependencies": { @@ -6800,9 +6800,9 @@ "license": "ISC" }, "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.31.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.31.1.tgz", + "integrity": "sha512-oiWP4Q9+kO8q9hHqkX35uuHmxiEbZNTrZ5IPxgMGrJwN76pzjm/jabkZO0ItEcqxAincqGAzL3QHSaHt4+knBg==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index aa21e19..4aefa16 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@actions/github": "^6.0.0", "axios": "^1.13.4", "js-yaml": "^4.1.1", - "simple-git": "^3.18.0", + "simple-git": "^3.31.1", "string-argv": "^0.3.2" }, "devDependencies": {