diff --git a/package-lock.json b/package-lock.json index 2a52a03..7712a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "archiver": "^5.3.2", "fs-extra": "^11.3.2", "inquirer": "^8.2.7", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" } }, "node_modules/@inquirer/external-editor": { @@ -941,9 +941,9 @@ "license": "ISC" }, "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.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 6c77610..77ec73e 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "archiver": "^5.3.2", "fs-extra": "^11.3.2", "inquirer": "^8.2.7", - "simple-git": "^3.28.0" + "simple-git": "^3.32.3" } }