From 27c9bc685b3f9880ebfda29e1c1535e1581399b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 04:19:28 +0000 Subject: [PATCH] npm(deps): bump isomorphic-git from 1.25.3 to 1.25.6 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.25.3 to 1.25.6. - [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.6) --- 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 f4740d6..c18a366 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.6" }, "devDependencies": { "@types/node": "^20.10.6", diff --git a/yarn.lock b/yarn.lock index 8b80619..752290e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2802,10 +2802,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.6: + version "1.25.6" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.6.tgz#ec8ff6b5379fa0094c09b836fd68a8ddd8b88d3b" + integrity sha512-zA3k3QOO7doqOnBgwsaXJwHKSIIl5saEdH4xxalu082WHVES4KghsG6RE2SDwjXMCIlNa1bWocbitH6bRIrmLQ== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"