From e00fba3cc560000207cf747442801b0077d600d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:00:40 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.18.3 to 1.24.4 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.18.3 to 1.24.4. - [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.18.3...v1.24.4) --- 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 91de0f010..b425cd159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14971,9 +14971,9 @@ } }, "node_modules/isomorphic-git": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.18.3.tgz", - "integrity": "sha512-CVTNt0uU5RQ4g626LxqUyShdoeD15uZppKA0tk7iY/PyikCbRG594a7BksU4JZcOC6RsqUkURdIlFyKhAfdbqg==", + "version": "1.24.4", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", + "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", "dependencies": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", @@ -25077,7 +25077,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.18.3", + "isomorphic-git": "1.24.4", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3", @@ -31073,7 +31073,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.18.3", + "isomorphic-git": "1.24.4", "jest": "27.5.1", "js-yaml": "4.1.0", "jsonfile": "6.1.0", @@ -39784,9 +39784,9 @@ } }, "isomorphic-git": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.18.3.tgz", - "integrity": "sha512-CVTNt0uU5RQ4g626LxqUyShdoeD15uZppKA0tk7iY/PyikCbRG594a7BksU4JZcOC6RsqUkURdIlFyKhAfdbqg==", + "version": "1.24.4", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", + "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", "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 98cf3b4bb..0c3d91ad8 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.18.3", + "isomorphic-git": "1.24.4", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3",