From 9cec5580a0fb5a261ea28ae4b3bb421d71de7a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:26:38 +0000 Subject: [PATCH] chore(deps): bump isomorphic-git from 1.21.0 to 1.25.7 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.21.0 to 1.25.7. - [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.21.0...v1.25.7) --- 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 5bba0eaf..57a4a777 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "8.35.0", "eslint-config-next": "13.2.1", "gray-matter": "^4.0.3", - "isomorphic-git": "^1.21.0", + "isomorphic-git": "^1.25.7", "mdast-util-mdx-jsx": "^3.1.2", "mermaid": "10.9.0", "next": "13.2.1", diff --git a/yarn.lock b/yarn.lock index 82b96a7f..f2c93c25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4249,10 +4249,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.21.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.21.0.tgz#4e9dbea901bf81f959d0cc3d13ca46bb1dda513a" - integrity sha512-ZqCAUM63CYepA3fB8H7NVyPSiOkgzIbQ7T+QPrm9xtYgQypN9JUJ5uLMjB5iTfomdJf3mdm6aSxjZwnT6ubvEA== +isomorphic-git@^1.25.7: + version "1.25.7" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.7.tgz#f6f6fae81ee67d3982edad8c90ca0f096e39267c" + integrity sha512-KE10ejaIsEpQ+I/apS33qqTjyzCXgOniEaL32DwNbXtboKG8H3cu+RiBcdp3G9w4MpOOTQfGPsWp4i8UxRfDLg== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"