From dd002d192d560c1d2af77e4f8eacf18d655a71ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:41:49 +0000 Subject: [PATCH] npm(deps): bump isomorphic-git from 1.24.5 to 1.25.0 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.24.5 to 1.25.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.24.5...v1.25.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 5d8bef1..6ce17f4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/async": "^3.2.12", "async": "^3.2.3", "axios": "^0.24.0", - "isomorphic-git": "^1.21.0" + "isomorphic-git": "^1.25.0" }, "devDependencies": { "@types/node": "^16.10.5", diff --git a/yarn.lock b/yarn.lock index a31e70a..fb8ec57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2768,10 +2768,10 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@^1.21.0: - version "1.24.5" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.24.5.tgz#f4816494eae81d94f9fd3a6d657b02cd0a08c456" - integrity sha512-07M4YscftHZJIuw7xZhgWkdFvVjHSBJBsIwWXkxgFCivhb0l8mGNchM7nO2hU27EKSIf0sT4gJivEgLGohWbzA== +isomorphic-git@^1.25.0: + version "1.25.0" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.0.tgz#3a04d7e70f75ebdbb991f9fa87cfec90e3742c9f" + integrity sha512-F8X7z74gL+jN4bd6qB6a3Z0QQzonWPkiQ3nK/oFWlrc2pIwVM9Uksl3YMFh99ltswsqoCoOthgasybX08/fiGg== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"