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",