From 4116ced40cd588d3cd61fbec1da273b88c4f7a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:05:02 +0000 Subject: [PATCH] npm(deps): bump isomorphic-git from 1.25.3 to 1.25.8 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.25.3 to 1.25.8. - [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.25.3...v1.25.8) --- 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 81abb2a..9517db5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/async": "^3.2.12", "async": "^3.2.3", "axios": "^1.6.5", - "isomorphic-git": "^1.25.3" + "isomorphic-git": "^1.25.8" }, "devDependencies": { "@types/node": "^20.11.24", diff --git a/yarn.lock b/yarn.lock index 48c738b..422a369 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2813,10 +2813,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.3: - version "1.25.3" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.3.tgz#e8e7d6981bec2aa2b7b2c78f501ae49755a0c025" - integrity sha512-iUaDB5kObupWpwjQ+EGkDQmaYQzbq1XaPqo+xJCCfbPViGZL94rU2RvK4EDJKpYbyiwbq5OSLEjkXHa8r5I1aw== +isomorphic-git@^1.25.8: + version "1.25.8" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.8.tgz#032a3b556b4b93431a6b741bc4ea58ccad237114" + integrity sha512-OEiufTOmoVOsbVYTlNxIdzv8FPrJ1wMeFVajRTZqRgD5zEMsQqNZFxe2DAzA94L+SuIFp5rxzizxoIQYbrk9FA== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"