diff --git a/package-lock.json b/package-lock.json index 5fe9844..8c0c2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "node-pty": "1.0.0", "recursive-copy": "2.0.14", "semver": "7.6.3", - "simple-git": "3.26.0" + "simple-git": "3.28.0" }, "bin": { "velocitas": "bin/run" @@ -5622,14 +5622,14 @@ } }, "node_modules/simple-git": { - "version": "3.26.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.26.0.tgz", - "integrity": "sha512-5tbkCSzuskR6uA7uA23yjasmA0RzugVo8QM2bpsnxkrgP13eisFT7TMS4a+xKEJvbmr4qf+l0WT3eKa9IxxUyw==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", + "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.4.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 1f57987..7f09571 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "node-pty": "1.0.0", "recursive-copy": "2.0.14", "semver": "7.6.3", - "simple-git": "3.26.0" + "simple-git": "3.28.0" }, "devDependencies": { "@oclif/test": "3.2.15",