Skip to content

Commit 434b461

Browse files
authoredMar 14, 2023
deps: sigstore@1.1.1 (#6255)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 968f63a commit 434b461

Some content is hidden

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

47 files changed

+529
-317
lines changed
 

‎DEPENDENCIES.md

+1
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ graph LR;
742742
rimraf-->glob;
743743
semver-->lru-cache;
744744
sigstore-->make-fetch-happen;
745+
sigstore-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
745746
sigstore-->tuf-js;
746747
socks-->ip;
747748
socks-->smart-buffer;

‎node_modules/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
!/@npmcli/promise-spawn
3030
!/@npmcli/query
3131
!/@npmcli/run-script
32+
!/@sigstore/
33+
/@sigstore/*
34+
!/@sigstore/protobuf-specs
3235
!/@tootallnate/
3336
/@tootallnate/*
3437
!/@tootallnate/once

0 commit comments

Comments
 (0)
Please sign in to comment.