Skip to content

Commit

Permalink
Bump @sigstore/protobuf-specs from 0.3.2 to 0.3.3
Browse files Browse the repository at this point in the history
Bumps [@sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/sigstore/protobuf-specs/releases)
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
- [Commits](sigstore/protobuf-specs@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: "@sigstore/protobuf-specs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent c36ace7 commit 3e866ef
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 16 deletions.
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"provenance": true
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.3.2"
"@sigstore/protobuf-specs": "^0.3.3"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@sigstore/bundle": "^3.0.0",
"@sigstore/core": "^2.0.0",
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"@sigstore/sign": "^3.0.0",
"@sigstore/tuf": "^3.0.0",
"@sigstore/verify": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@oclif/core": "^4",
"@sigstore/bundle": "^3.0.0",
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"@sigstore/tuf": "^3.0.0",
"@sigstore/verify": "^2.0.0",
"elliptic": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@peculiar/webcrypto": "^1.5.0",
"@peculiar/x509": "^1.12.3",
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
"canonicalize": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@sigstore/bundle": "^3.0.0",
"@sigstore/core": "^2.0.0",
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"make-fetch-happen": "^14.0.2",
"proc-log": "^5.0.0",
"promise-retry": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/tuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/make-fetch-happen": "^10.0.4"
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"tuf-js": "^3.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"provenance": true
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/protobuf-specs": "^0.3.3",
"@sigstore/bundle": "^3.0.0",
"@sigstore/core": "^2.0.0"
},
Expand Down

0 comments on commit 3e866ef

Please sign in to comment.