diff --git a/package.json b/package.json index 3d084ee8..6a6e6b24 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "clsx": "^2.1.1", "dayjs": "^1.11.13", "gray-matter": "^4.0.3", - "isomorphic-git": "^1.25.10", + "isomorphic-git": "^1.27.2", "mdast-util-mdx-jsx": "^3.1.2", "mermaid": "11.4.0", "next": "15.0.3", diff --git a/yarn.lock b/yarn.lock index 970f8d05..fdaba4d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5041,10 +5041,10 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@^1.25.10: - version "1.27.1" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.1.tgz#a2752fce23a09f04baa590c41cfaf61e973405b3" - integrity sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA== +isomorphic-git@^1.27.2: + version "1.27.2" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.2.tgz#969727adf4e81ec313974e9ebe2d1d0982b25c7f" + integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw== dependencies: async-lock "^1.4.1" clean-git-ref "^2.0.1" @@ -5053,6 +5053,7 @@ isomorphic-git@^1.25.10: ignore "^5.1.4" minimisted "^2.0.0" pako "^1.0.10" + path-browserify "^1.0.1" pify "^4.0.1" readable-stream "^3.4.0" sha.js "^2.4.9" @@ -7116,6 +7117,11 @@ parse5@^7.0.0, parse5@^7.1.1: dependencies: entities "^4.5.0" +path-browserify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== + path-data-parser@0.1.0, path-data-parser@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/path-data-parser/-/path-data-parser-0.1.0.tgz#8f5ba5cc70fc7becb3dcefaea08e2659aba60b8c"