Skip to content

Commit 382a75b

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 529b8a4 commit 382a75b

2 files changed

Lines changed: 34 additions & 21 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": "^4.5.3",
5858
"graceful-fs": "^4.2.11",
59-
"isomorphic-git": "^1.34.2",
59+
"isomorphic-git": "^1.35.0",
6060
"ts-retry-promise": "^0.8.1"
6161
},
6262
"devDependencies": {

yarn.lock

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3547,11 +3547,6 @@ is-generator-function@^1.0.10:
35473547
has-tostringtag "^1.0.2"
35483548
safe-regex-test "^1.1.0"
35493549

3550-
is-git-ref-name-valid@^1.0.0:
3551-
version "1.0.0"
3552-
resolved "https://registry.yarnpkg.com/is-git-ref-name-valid/-/is-git-ref-name-valid-1.0.0.tgz#6e151779357dd4f7888e1a83a07db329e3de119d"
3553-
integrity sha512-2hLTg+7IqMSP9nNp/EVCxzvAOJGsAn0f/cKtF8JaBeivjH5UgE/XZo3iJ0AvibdE7KSF1f/7JbjBTB8Wqgbn/w==
3554-
35553550
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
35563551
version "4.0.3"
35573552
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
@@ -3720,22 +3715,20 @@ isexe@^3.1.1:
37203715
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
37213716
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
37223717

3723-
isomorphic-git@^1.34.2:
3724-
version "1.34.2"
3725-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.34.2.tgz#e3bd3c3a83829a036559863ae178448acb35867e"
3726-
integrity sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==
3718+
isomorphic-git@^1.35.0:
3719+
version "1.35.0"
3720+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.35.0.tgz#bfc3a9cd4c9e69ef30dfe69bcacc93ff4d07c3a7"
3721+
integrity sha512-+pRiwWDld5yAjdTFFh9+668kkz4uzCZBs+mw+ZFxPAxJBX8KCqd/zAP7Zak0BK5BQ+dXVqEurR5DkEnqrLpHlQ==
37273722
dependencies:
37283723
async-lock "^1.4.1"
37293724
clean-git-ref "^2.0.1"
37303725
crc-32 "^1.2.0"
37313726
diff3 "0.0.3"
37323727
ignore "^5.1.4"
3733-
is-git-ref-name-valid "^1.0.0"
37343728
minimisted "^2.0.0"
37353729
pako "^1.0.10"
3736-
path-browserify "^1.0.1"
37373730
pify "^4.0.1"
3738-
readable-stream "^3.4.0"
3731+
readable-stream "^4.0.0"
37393732
sha.js "^2.4.12"
37403733
simple-get "^4.0.1"
37413734

@@ -4833,11 +4826,6 @@ pascal-case@^3.1.2:
48334826
no-case "^3.0.4"
48344827
tslib "^2.0.3"
48354828

4836-
path-browserify@^1.0.1:
4837-
version "1.0.1"
4838-
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
4839-
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
4840-
48414829
path-case@^3.0.4:
48424830
version "3.0.4"
48434831
resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz"
@@ -5754,7 +5742,16 @@ stop-iteration-iterator@^1.1.0:
57545742
es-errors "^1.3.0"
57555743
internal-slot "^1.1.0"
57565744

5757-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5745+
"string-width-cjs@npm:string-width@^4.2.0":
5746+
version "4.2.3"
5747+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
5748+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5749+
dependencies:
5750+
emoji-regex "^8.0.0"
5751+
is-fullwidth-code-point "^3.0.0"
5752+
strip-ansi "^6.0.1"
5753+
5754+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
57585755
version "4.2.3"
57595756
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
57605757
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5826,7 +5823,14 @@ stringify-entities@^4.0.0:
58265823
character-entities-html4 "^2.0.0"
58275824
character-entities-legacy "^3.0.0"
58285825

5829-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5826+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5827+
version "6.0.1"
5828+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
5829+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5830+
dependencies:
5831+
ansi-regex "^5.0.1"
5832+
5833+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
58305834
version "6.0.1"
58315835
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
58325836
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6423,7 +6427,7 @@ workerpool@^6.5.1:
64236427
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz"
64246428
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
64256429

6426-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6430+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
64276431
version "7.0.0"
64286432
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
64296433
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6441,6 +6445,15 @@ wrap-ansi@^6.2.0:
64416445
string-width "^4.1.0"
64426446
strip-ansi "^6.0.0"
64436447

6448+
wrap-ansi@^7.0.0:
6449+
version "7.0.0"
6450+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
6451+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6452+
dependencies:
6453+
ansi-styles "^4.0.0"
6454+
string-width "^4.1.0"
6455+
strip-ansi "^6.0.0"
6456+
64446457
wrap-ansi@^8.1.0:
64456458
version "8.1.0"
64466459
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)