From f95956dd32a9af0d3a98fd8593bb961435a0bbb1 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Wed, 28 Jun 2023 15:16:16 -0300 Subject: [PATCH 1/2] fix: bump isomorphic-git --- .github/dependabot.yml | 1 - package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 75c739a0..0ef035df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,5 @@ updates: prefix-development: chore(dev-deps) ignore: - dependency-name: '@salesforce/dev-scripts' - - dependency-name: 'isomorphic-git' - dependency-name: '*' update-types: ['version-update:semver-major'] diff --git a/package.json b/package.json index 8a029bcd..619bf210 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@salesforce/source-deploy-retrieve": "^9.2.6", "fast-xml-parser": "^4.2.5", "graceful-fs": "^4.2.11", - "isomorphic-git": "1.23.0", + "isomorphic-git": "1.24.2", "ts-retry-promise": "^0.7.0" }, "devDependencies": { @@ -164,4 +164,4 @@ "output": [] } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 7a7345b3..b4e90f81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3229,10 +3229,10 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@1.23.0: - version "1.23.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.23.0.tgz#3afaeb2831e57a2eb95d6ef503cf8251424f03f2" - integrity sha512-7mQlnZivFwrU6B3CswvmoNtVN8jqF9BcLf80uk7yh4fNA8PhFjAfQigi2Hu/Io0cmIvpOc7vn0/Rq3KtL5Ph8g== +isomorphic-git@1.24.2: + version "1.24.2" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.24.2.tgz#16ee555f1cc8a812bb1337fa6d90def7f7ad03e6" + integrity sha512-J3TU97JENWUnOgpVMwaRP9a3OQXJq/8fCIzA4yrJ7+ko1IPJwXCYeA69CeC8GtHeBVhcOQrbZGw6fpIpz54Vpw== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1" From 90899c8d1fe337900eaaeb5661856f0df7770cd9 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Wed, 28 Jun 2023 16:19:04 -0300 Subject: [PATCH 2/2] fix: caret --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 619bf210..03ee2410 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@salesforce/source-deploy-retrieve": "^9.2.6", "fast-xml-parser": "^4.2.5", "graceful-fs": "^4.2.11", - "isomorphic-git": "1.24.2", + "isomorphic-git": "^1.24.2", "ts-retry-promise": "^0.7.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b4e90f81..8e305683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3229,7 +3229,7 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -isomorphic-git@1.24.2: +isomorphic-git@^1.24.2: version "1.24.2" resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.24.2.tgz#16ee555f1cc8a812bb1337fa6d90def7f7ad03e6" integrity sha512-J3TU97JENWUnOgpVMwaRP9a3OQXJq/8fCIzA4yrJ7+ko1IPJwXCYeA69CeC8GtHeBVhcOQrbZGw6fpIpz54Vpw==