diff --git a/docs/codexMaker/package-lock.json b/docs/codexMaker/package-lock.json index 9083c91..2dabc9d 100644 --- a/docs/codexMaker/package-lock.json +++ b/docs/codexMaker/package-lock.json @@ -13,7 +13,7 @@ "nextra-theme-docs": "^4.4.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "simple-git": "^3.32.3", + "simple-git": "^3.36.0", "tree-sitter": "^0.20.6", "tree-sitter-typescript": "^0.20.3" }, @@ -1389,6 +1389,21 @@ "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", "license": "MIT" }, + "node_modules/@simple-git/args-pathspec": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz", + "integrity": "sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==", + "license": "MIT" + }, + "node_modules/@simple-git/argv-parser": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@simple-git/argv-parser/-/argv-parser-1.1.1.tgz", + "integrity": "sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==", + "license": "MIT", + "dependencies": { + "@simple-git/args-pathspec": "^1.0.3" + } + }, "node_modules/@swc/helpers": { "version": "0.5.23", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz", @@ -6431,13 +6446,15 @@ } }, "node_modules/simple-git": { - "version": "3.32.3", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.3.tgz", - "integrity": "sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.36.0.tgz", + "integrity": "sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", + "@simple-git/args-pathspec": "^1.0.3", + "@simple-git/argv-parser": "^1.1.0", "debug": "^4.4.0" }, "funding": { diff --git a/docs/codexMaker/package.json b/docs/codexMaker/package.json index ded9e6a..07849e0 100644 --- a/docs/codexMaker/package.json +++ b/docs/codexMaker/package.json @@ -14,7 +14,7 @@ "nextra-theme-docs": "^4.4.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "simple-git": "^3.32.3", + "simple-git": "^3.36.0", "tree-sitter": "^0.20.6", "tree-sitter-typescript": "^0.20.3" },