Skip to content

Commit

Permalink
deps: @sigstore/tuf@2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 12337cc commit 7fab9d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions node_modules/@sigstore/tuf/package.json
@@ -1,6 +1,6 @@
{
"name": "@sigstore/tuf",
"version": "2.0.0",
"version": "2.1.0",
"description": "Client for the Sigstore TUF repository",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.2.1",
"tuf-js": "^2.0.0"
"tuf-js": "^2.1.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion node_modules/tuf-js/package.json
@@ -1,6 +1,6 @@
{
"name": "tuf-js",
"version": "2.0.0",
"version": "2.1.0",
"description": "JavaScript implementation of The Update Framework (TUF)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json
Expand Up @@ -94,7 +94,7 @@
"@npmcli/package-json": "^5.0.0",
"@npmcli/promise-spawn": "^6.0.2",
"@npmcli/run-script": "^6.0.2",
"@sigstore/tuf": "^2.0.0",
"@sigstore/tuf": "^2.1.0",
"abbrev": "^2.0.0",
"archy": "~1.0.0",
"cacache": "^18.0.0",
Expand Down Expand Up @@ -2958,13 +2958,13 @@
}
},
"node_modules/@sigstore/tuf": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.0.0.tgz",
"integrity": "sha512-Ow/ZMFH9kdHbMNOH//rDuINblqufpqD+e3xS9JY5RRce+euh9eUsjSc6jodioMMi2roN9rSAk8LCuyW2hngAKw==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.1.0.tgz",
"integrity": "sha512-BUoVCx+7Wj+8moEGvUU2MyBI+f93lmg1CLmoG6KrhQMeDyAG8HAZNk+YRCNuvwvSDCfPhwsj37Bg63/Q+bnGsw==",
"inBundle": true,
"dependencies": {
"@sigstore/protobuf-specs": "^0.2.1",
"tuf-js": "^2.0.0"
"tuf-js": "^2.1.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down Expand Up @@ -14935,9 +14935,9 @@
}
},
"node_modules/tuf-js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.0.0.tgz",
"integrity": "sha512-Oq6w0MMFihvxCM0o733TIeLeuUrDuaVaOEUVXrQtq/J6YXoUmQU84JcAftJcDkxDkuTZ9jumZN7Dh7VlyNaeWA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.1.0.tgz",
"integrity": "sha512-eD7YPPjVlMzdggrOeE8zwoegUaG/rt6Bt3jwoQPunRiNVzgcCE009UDFJKJjG+Gk9wFu6W/Vi+P5d/5QpdD9jA==",
"inBundle": true,
"dependencies": {
"@tufjs/models": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"@npmcli/package-json": "^5.0.0",
"@npmcli/promise-spawn": "^6.0.2",
"@npmcli/run-script": "^6.0.2",
"@sigstore/tuf": "^2.0.0",
"@sigstore/tuf": "^2.1.0",
"abbrev": "^2.0.0",
"archy": "~1.0.0",
"cacache": "^18.0.0",
Expand Down

0 comments on commit 7fab9d3

Please sign in to comment.