diff --git a/package-lock.json b/package-lock.json index 61c57f4742..da5eb35ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "rehype": "^12.0.1", "remark": "^14.0.2", "remark-directive": "^2.0.1", - "simple-git": "^3.11.0", + "simple-git": "^3.32.3", "tsm": "^1.0.1", "typescript": "^5.3.2", "unified": "^10.1.2", @@ -21746,10 +21746,11 @@ } }, "node_modules/simple-git": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", - "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", + "version": "3.32.3", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz", + "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==", "dev": true, + "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 1c27b1a293..1fa20887d5 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "rehype": "^12.0.1", "remark": "^14.0.2", "remark-directive": "^2.0.1", - "simple-git": "^3.11.0", + "simple-git": "^3.32.3", "tsm": "^1.0.1", "typescript": "^5.3.2", "unified": "^10.1.2",