File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ async function fetchSigstoreTufKeys(): Promise<Array<KeyInfo> | null> {
54
54
return await globalThis . fetch ( input , {
55
55
dispatcher : agent ,
56
56
} ) ;
57
-
58
- }
57
+ } ;
59
58
const sigstoreTufClient = await sigstoreTuf . initTUF ( {
60
59
cachePath : path . join ( folderUtils . getCorepackHomeFolder ( ) , `_tuf` ) ,
61
60
} ) ;
Original file line number Diff line number Diff line change @@ -1621,7 +1621,6 @@ __metadata:
1621
1621
supports-color : " npm:^10.0.0"
1622
1622
tar : " npm:^7.4.0"
1623
1623
tsx : " npm:^4.16.2"
1624
- tuf-js : " patch:tuf-js@npm%3A3.0.1#~/.yarn/patches/tuf-js-npm-3.0.1-9135d15fbd.patch"
1625
1624
typescript : " npm:^5.7.3"
1626
1625
undici : " npm:^6.19.2"
1627
1626
v8-compile-cache : " npm:^2.3.0"
@@ -4704,12 +4703,12 @@ __metadata:
4704
4703
4705
4704
" tuf-js@patch:tuf-js@npm%3A3.0.1#~/.yarn/patches/tuf-js-npm-3.0.1-9135d15fbd.patch " :
4706
4705
version : 3.0.1
4707
- resolution : " tuf-js@patch:tuf-js@npm%3A3.0.1#~/.yarn/patches/tuf-js-npm-3.0.1-9135d15fbd.patch::version=3.0.1&hash=26fdc2 "
4706
+ resolution : " tuf-js@patch:tuf-js@npm%3A3.0.1#~/.yarn/patches/tuf-js-npm-3.0.1-9135d15fbd.patch::version=3.0.1&hash=208643 "
4708
4707
dependencies :
4709
4708
" @tufjs/models " : " npm:3.0.1"
4710
4709
debug : " npm:^4.3.6"
4711
4710
make-fetch-happen : " npm:^14.0.1"
4712
- checksum : 10c0/e301844e9cfaf7dff085358285ed15ea21d7bb871ea3b6a2c6647c3558069fe62473b1dec1cb30e015955647bf1f36c547fb63c827f2563bbc7be4749281e78c
4711
+ checksum : 10c0/95371d3b42a808c85b139971f72f1f28e1f19ad04f6d82052b311c5cd47ec7e27718a2f5fe9a329f29bf433c958483f64e941d6193c75394c0cdf544eb4a43b1
4713
4712
languageName : node
4714
4713
linkType : hard
4715
4714
You can’t perform that action at this time.
0 commit comments