diff options
| author | Marat Boshernitsan <[email protected]> | 2025-06-12 17:17:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-12 17:17:29 -0700 |
| commit | 181abde2ffa8f1f68b6c540a5600346116cb5145 (patch) | |
| tree | 0081aeb6e48116865ed7d081024fc789dfae8c80 /package-lock.json | |
| parent | 3c3da655b0fd4dafce7a642c4112e2375e3fa02f (diff) | |
Reduce coupling between core and cli packages (#961)
Co-authored-by: Marat Boshernitsan <[email protected]>
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 3031663e..845de105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10814,7 +10814,7 @@ "ignore": "^7.0.0", "open": "^10.1.2", "shell-quote": "^1.8.2", - "simple-git": "^3.27.0", + "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "undici": "^7.10.0" }, |
