From d5e5953f7fcbf804feb3cd254c2f2f56aee7eaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:54:00 +0000 Subject: [PATCH] build(deps): bump isomorphic-git from 1.25.9 to 1.25.10 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.25.9 to 1.25.10. - [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.9...v1.25.10) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/backend/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 76c93d6c2..8204a0247 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "fast-xml-parser": "^4.3.6", - "isomorphic-git": "^1.25.9", + "isomorphic-git": "^1.25.10", "mustache": "^4.2.0", "openai": "^4.44.0", "postman-code-generators": "^1.10.1", diff --git a/yarn.lock b/yarn.lock index 594cc8372..5cbfc765c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1191,7 +1191,7 @@ assertion-error@^1.1.0: resolved "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz" integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== -async-lock@^1.1.0: +async-lock@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/async-lock/-/async-lock-1.4.1.tgz#56b8718915a9b68b10fce2f2a9a3dddf765ef53f" integrity sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ== @@ -2876,12 +2876,12 @@ isexe@^2.0.0: resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@^1.25.9: - version "1.25.9" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.9.tgz#e57ec36fe74a4efd90de450dbe622a439e2fef7c" - integrity sha512-s/KFSOP2/0I8EK0RreK9ZHurUW2At30jDEp1W0WUWT0ANtEKt4ArQbSgoUsZ0tyTiiUnTvR3MYx6BtrHwAEa1Q== +isomorphic-git@^1.25.10: + version "1.25.10" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.25.10.tgz#59ff7af88773b126f2b273ef3c536c08308b6d36" + integrity sha512-IxGiaKBwAdcgBXwIcxJU6rHLk+NrzYaaPKXXQffcA0GW3IUrQXdUPDXDo+hkGVcYruuz/7JlGBiuaeTCgIgivQ== dependencies: - async-lock "^1.1.0" + async-lock "^1.4.1" clean-git-ref "^2.0.1" crc-32 "^1.2.0" diff3 "0.0.3"