diff --git a/package-lock.json b/package-lock.json index b3c8e09..d3825e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "helmet": "^8.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "simple-git": "^3.27.0", + "simple-git": "^3.30.0", "uuid": "^9.0.1", "validator": "^13.15.20" }, @@ -4015,9 +4015,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.30.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", + "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", diff --git a/package.json b/package.json index 96c3ce0..a37a631 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "helmet": "^8.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "simple-git": "^3.27.0", + "simple-git": "^3.30.0", "uuid": "^9.0.1", "validator": "^13.15.20" },