From 5c5f60ab8ae1f91f76acae7f4cfb24e0a74cf2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 06:18:24 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.27.2 to 1.29.0 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.27.2 to 1.29.0. - [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.29.0) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-minor ... 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 62116599..44a550ff 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.29.0", "ts-retry-promise": "^0.8.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2dd4eba6..f0eda256 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.29.0: + version "1.29.0" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.29.0.tgz#f1450ebd8391e5f5a12c5dc320cd9b1ff8c1fa61" + integrity sha512-zWGqk8901cicvVEhVpN76AwKrS/TzHak2NQCtNXIAavpMIy/yqh+d/JtC9A8AUKZAauUdOyEWKI29tuCLAL+Zg== dependencies: async-lock "^1.4.1" clean-git-ref "^2.0.1"