From 239edee903c75683d12115157c167e00d6a2d0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:16:00 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.27.0 to 1.27.1 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases) - [Changelog](https://github.com/isomorphic-git/isomorphic-git/blob/main/docs/in-the-news.md) - [Commits](https://github.com/isomorphic-git/isomorphic-git/compare/v1.27.0...v1.27.1) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"