diff --git a/package-lock.json b/package-lock.json index c96feb72..38bceb00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "lint-staged": "^16.2.6", "playwright": "^1.56.1", "prettier": "^3.6.2", - "simple-git": "^3.28.0", + "simple-git": "^3.30.0", "storybook": "^9.1.16", "syncpack": "^14.0.0-alpha.23", "turbo": "^2.5.8", @@ -42544,9 +42544,9 @@ "dev": true }, "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", @@ -53586,7 +53586,7 @@ "cli-progress": "^3.12.0", "commander": "^14.0.2", "prompts": "^2.4.2", - "simple-git": "^3.28.0", + "simple-git": "^3.30.0", "ts-node": "^10.9.2" }, "bin": { diff --git a/package.json b/package.json index 50e280f1..d80ecc52 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "lint-staged": "^16.2.6", "playwright": "^1.56.1", "prettier": "^3.6.2", - "simple-git": "^3.28.0", + "simple-git": "^3.30.0", "storybook": "^9.1.16", "syncpack": "^14.0.0-alpha.23", "turbo": "^2.5.8", diff --git a/packages/cli/create-o2s-app/package.json b/packages/cli/create-o2s-app/package.json index cd785b6b..e778213d 100644 --- a/packages/cli/create-o2s-app/package.json +++ b/packages/cli/create-o2s-app/package.json @@ -19,7 +19,7 @@ "cli-progress": "^3.12.0", "commander": "^14.0.2", "prompts": "^2.4.2", - "simple-git": "^3.28.0", + "simple-git": "^3.30.0", "ts-node": "^10.9.2" }, "devDependencies": {