diff --git a/package-lock.json b/package-lock.json index 898347a..6327f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/io": "^1.1.3", "dotenv": "^17.2.3", "glob": "^11.0.3", - "simple-git": "^3.28.0" + "simple-git": "^3.29.0" }, "devDependencies": { "@biomejs/biome": "^2.2.7", @@ -16498,9 +16498,9 @@ } }, "node_modules/simple-git": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", - "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.29.0.tgz", + "integrity": "sha512-PEBgFYc8plTys6/XuxinxAJ+6CbXVh+xxsBTOEXw/uYBd3sYlGGoyB12nX5rRPGsFrdnnZWb81qluSl7a83HtA==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index f7479a3..63fdc37 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@actions/io": "^1.1.3", "dotenv": "^17.2.3", "glob": "^11.0.3", - "simple-git": "^3.28.0" + "simple-git": "^3.29.0" }, "devDependencies": { "@biomejs/biome": "^2.2.7",