diff --git a/core/create/package.json b/core/create/package.json index 4402430ee..706b7a912 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.30.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" diff --git a/package-lock.json b/package-lock.json index c1b02f73b..c84cfaed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,7 +155,7 @@ "ordinal": "^1.0.3", "pacote": "^13.0.3", "prompts": "^2.4.1", - "simple-git": "^3.27.0", + "simple-git": "^3.30.0", "tslib": "^2.8.1", "yaml": "^2.8.0", "zod": "^3.24.4" @@ -29229,12 +29229,14 @@ } }, "node_modules/simple-git": { - "version": "3.27.0", + "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", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.4.0" }, "funding": { "type": "github",