From e3d48fab77d0b4e08b01e8ce5e666c0e57f4711b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 06:57:36 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.27.2 to 1.27.3 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.27.2 to 1.27.3. - [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.2...v1.27.3) --- 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 4f139747..812705ad 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@salesforce/ts-types": "^2.0.12", "fast-xml-parser": "^4.5.1", "graceful-fs": "^4.2.11", - "isomorphic-git": "^1.27.2", + "isomorphic-git": "^1.27.3", "ts-retry-promise": "^0.8.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6988539d..477960e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3488,10 +3488,10 @@ isexe@^3.1.1: resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d" integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== -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== +isomorphic-git@^1.27.3: + version "1.27.3" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.3.tgz#f66dd35a0b5d5d1136e2d8b972073d4c54864e8a" + integrity sha512-pNUeske1tbFYAVSU/4cHryzEmr9XLCiIOL7Vr6JedCYnz6eMGpYf4f3KTnZYoHokuKyvq5JQ9BS2iksuH62zmw== dependencies: async-lock "^1.4.1" clean-git-ref "^2.0.1"