diff --git a/core/create/package.json b/core/create/package.json index 1d31bf8e3..e6658af07 100644 --- a/core/create/package.json +++ b/core/create/package.json @@ -29,7 +29,7 @@ "ordinal": "^1.0.3", "pacote": "^13.0.3", "prompts": "^2.4.1", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" diff --git a/package-lock.json b/package-lock.json index c64e4331b..79b0d6521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -191,7 +191,7 @@ "ordinal": "^1.0.3", "pacote": "^13.0.3", "prompts": "^2.4.1", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" @@ -31972,14 +31972,13 @@ } }, "node_modules/simple-git": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz", - "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", - "license": "MIT", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz", + "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.4.0" }, "funding": { "type": "github",