diff --git a/package.json b/package.json index 0778b4fe..320f55aa 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@salesforce/ts-types": "^2.0.10", "fast-xml-parser": "^4.4.0", "graceful-fs": "^4.2.11", - "isomorphic-git": "^1.27.0", + "isomorphic-git": "^1.27.1", "ts-retry-promise": "^0.8.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d51c3283..c852c217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3294,10 +3294,10 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@^1.27.0: - version "1.27.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.0.tgz#172c403ff2f4280535a5e90a236a2dfd7740a6f4" - integrity sha512-KYhBq8+yWYZsGl/SMfMSESZ5C+P2Sj4O3I4URg3zjqt14ilg8yLUlGg2wAdC45cOer7pybwwfRGLKpAJzjfzYQ== +isomorphic-git@^1.27.1: + version "1.27.1" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.1.tgz#a2752fce23a09f04baa590c41cfaf61e973405b3" + integrity sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA== dependencies: async-lock "^1.4.1" clean-git-ref "^2.0.1"