Skip to content

Commit a76b1df

Browse files
committedSep 1, 2023
deps: sigstore@1.9.0
1 parent 95b5ab0 commit a76b1df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2473
-777
lines changed
 

‎DEPENDENCIES.md

+6
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,14 @@ graph LR;
769769
semver-->lru-cache;
770770
shebang-command-->shebang-regex;
771771
sigstore-->make-fetch-happen;
772+
sigstore-->sigstore-bundle["@sigstore/bundle"];
772773
sigstore-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
774+
sigstore-->sigstore-sign["@sigstore/sign"];
773775
sigstore-->sigstore-tuf["@sigstore/tuf"];
776+
sigstore-bundle-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
777+
sigstore-sign-->make-fetch-happen;
778+
sigstore-sign-->sigstore-bundle["@sigstore/bundle"];
779+
sigstore-sign-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
774780
sigstore-tuf-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
775781
sigstore-tuf-->tuf-js;
776782
socks-->ip;

‎node_modules/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
!/@pkgjs/parseargs
3636
!/@sigstore/
3737
/@sigstore/*
38+
!/@sigstore/bundle
3839
!/@sigstore/protobuf-specs
40+
!/@sigstore/sign
3941
!/@sigstore/tuf
4042
!/@tootallnate/
4143
/@tootallnate/*

0 commit comments

Comments
 (0)
Please sign in to comment.