Skip to content

Commit 2f48503

Browse files
fix(deps): bump isomorphic-git from 1.34.2 to 1.35.0
Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.34.2 to 1.35.0. - [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](isomorphic-git/isomorphic-git@v1.34.2...v1.35.0) --- updated-dependencies: - dependency-name: isomorphic-git dependency-version: 1.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09d6927 commit 2f48503

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@salesforce/ts-types": "^2.0.12",
5757
"fast-xml-parser": "^5.5.7",
5858
"graceful-fs": "^4.2.11",
59-
"isomorphic-git": "^1.34.2",
59+
"isomorphic-git": "^1.37.4",
6060
"ts-retry-promise": "^0.8.1"
6161
},
6262
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,11 +3628,6 @@ is-generator-function@^1.0.10:
36283628
has-tostringtag "^1.0.2"
36293629
safe-regex-test "^1.1.0"
36303630

3631-
is-git-ref-name-valid@^1.0.0:
3632-
version "1.0.0"
3633-
resolved "https://registry.yarnpkg.com/is-git-ref-name-valid/-/is-git-ref-name-valid-1.0.0.tgz#6e151779357dd4f7888e1a83a07db329e3de119d"
3634-
integrity sha512-2hLTg+7IqMSP9nNp/EVCxzvAOJGsAn0f/cKtF8JaBeivjH5UgE/XZo3iJ0AvibdE7KSF1f/7JbjBTB8Wqgbn/w==
3635-
36363631
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
36373632
version "4.0.3"
36383633
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
@@ -3801,22 +3796,20 @@ isexe@^3.1.1:
38013796
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
38023797
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
38033798

3804-
isomorphic-git@^1.34.2:
3805-
version "1.34.2"
3806-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.34.2.tgz#e3bd3c3a83829a036559863ae178448acb35867e"
3807-
integrity sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==
3799+
isomorphic-git@^1.37.4:
3800+
version "1.37.4"
3801+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.37.4.tgz#565a15f8bad8b49175b3d088320092a2fc83d4a7"
3802+
integrity sha512-fNnCEJtI1refeVxysiuqGP9cubUoLibUS6UIDUWSy5Op6sVdFwGv/SpzfhMFiDkfgYoXKqurZ+LVxEeesy+T0Q==
38083803
dependencies:
38093804
async-lock "^1.4.1"
38103805
clean-git-ref "^2.0.1"
38113806
crc-32 "^1.2.0"
38123807
diff3 "0.0.3"
38133808
ignore "^5.1.4"
3814-
is-git-ref-name-valid "^1.0.0"
38153809
minimisted "^2.0.0"
38163810
pako "^1.0.10"
3817-
path-browserify "^1.0.1"
38183811
pify "^4.0.1"
3819-
readable-stream "^3.4.0"
3812+
readable-stream "^4.0.0"
38203813
sha.js "^2.4.12"
38213814
simple-get "^4.0.1"
38223815

@@ -4926,11 +4919,6 @@ pascal-case@^3.1.2:
49264919
no-case "^3.0.4"
49274920
tslib "^2.0.3"
49284921

4929-
path-browserify@^1.0.1:
4930-
version "1.0.1"
4931-
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
4932-
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
4933-
49344922
path-case@^3.0.4:
49354923
version "3.0.4"
49364924
resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz"

0 commit comments

Comments
 (0)