From e91003d11e67b020f89e4de3cb1f9c18717373cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:54:41 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.24.4 to 1.25.2 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.24.4 to 1.25.2. - [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.4...v1.25.2) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/backend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d243f2ec7..a3cc02217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15214,9 +15214,9 @@ } }, "node_modules/isomorphic-git": { - "version": "1.24.4", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", - "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", + "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", "dependencies": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", @@ -25582,7 +25582,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3", @@ -31494,7 +31494,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "jest": "27.5.1", "js-yaml": "4.1.0", "jsonfile": "6.1.0", @@ -40237,9 +40237,9 @@ } }, "isomorphic-git": { - "version": "1.24.4", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", - "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", + "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", "requires": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", diff --git a/packages/backend/package.json b/packages/backend/package.json index bb1f18257..1cd14c1f4 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -50,7 +50,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3",