Skip to content

Commit 41291ba

Browse files
committedMay 29, 2024
deps: @sigstore/tuf@2.3.4
1 parent 18b42a4 commit 41291ba

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
 

‎node_modules/@sigstore/tuf/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigstore/tuf",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Client for the Sigstore TUF repository",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"@types/make-fetch-happen": "^10.0.4"
3333
},
3434
"dependencies": {
35-
"@sigstore/protobuf-specs": "^0.3.0",
35+
"@sigstore/protobuf-specs": "^0.3.2",
3636
"tuf-js": "^2.2.1"
3737
},
3838
"engines": {

‎package-lock.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@npmcli/promise-spawn": "^7.0.2",
9696
"@npmcli/redact": "^2.0.0",
9797
"@npmcli/run-script": "^8.1.0",
98-
"@sigstore/tuf": "^2.3.3",
98+
"@sigstore/tuf": "^2.3.4",
9999
"abbrev": "^2.0.0",
100100
"archy": "~1.0.0",
101101
"cacache": "^18.0.3",
@@ -2033,12 +2033,13 @@
20332033
}
20342034
},
20352035
"node_modules/@sigstore/tuf": {
2036-
"version": "2.3.3",
2037-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.3.tgz",
2038-
"integrity": "sha512-agQhHNkIddXFslkudjV88vTXiAMEyUtso3at6ZHUNJ1agZb7Ze6VW/PddHipdWBu1t+8OWLW5X5yZOPiOnaWJQ==",
2036+
"version": "2.3.4",
2037+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
2038+
"integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
20392039
"inBundle": true,
2040+
"license": "Apache-2.0",
20402041
"dependencies": {
2041-
"@sigstore/protobuf-specs": "^0.3.0",
2042+
"@sigstore/protobuf-specs": "^0.3.2",
20422043
"tuf-js": "^2.2.1"
20432044
},
20442045
"engines": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@npmcli/promise-spawn": "^7.0.2",
6161
"@npmcli/redact": "^2.0.0",
6262
"@npmcli/run-script": "^8.1.0",
63-
"@sigstore/tuf": "^2.3.3",
63+
"@sigstore/tuf": "^2.3.4",
6464
"abbrev": "^2.0.0",
6565
"archy": "~1.0.0",
6666
"cacache": "^18.0.3",

0 commit comments

Comments
 (0)