Skip to content

Commit

Permalink
Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1 (#695)
Browse files Browse the repository at this point in the history
* Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1

Bumps [@sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.2.0 to 0.2.1.
- [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.2.0...v0.2.1)

---
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>

* Add changeset for dependabot updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
3 people committed Aug 17, 2023
1 parent 829e123 commit 06ea684
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-lizards-deny.md
@@ -0,0 +1,5 @@
---
'@sigstore/tuf': patch
---

Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
5 changes: 5 additions & 0 deletions .changeset/great-camels-punch.md
@@ -0,0 +1,5 @@
---
'@sigstore/sign': patch
---

Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
5 changes: 5 additions & 0 deletions .changeset/lemon-shoes-study.md
@@ -0,0 +1,5 @@
---
'@sigstore/bundle': patch
---

Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
5 changes: 5 additions & 0 deletions .changeset/sour-walls-buy.md
@@ -0,0 +1,5 @@
---
'@sigstore/mock': patch
---

Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
5 changes: 5 additions & 0 deletions .changeset/strong-oranges-confess.md
@@ -0,0 +1,5 @@
---
'sigstore': patch
---

Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
32 changes: 16 additions & 16 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
Expand Up @@ -27,7 +27,7 @@
"provenance": true
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.2.0"
"@sigstore/protobuf-specs": "^0.2.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@sigstore/bundle": "^1.1.0",
"@sigstore/protobuf-specs": "^0.2.0",
"@sigstore/protobuf-specs": "^0.2.1",
"@sigstore/sign": "^1.0.0",
"@sigstore/tuf": "^1.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@peculiar/x509": "^1.9.3",
"@sigstore/protobuf-specs": "^0.2.0",
"@sigstore/protobuf-specs": "^0.2.1",
"@tufjs/repo-mock": "^1.1.0",
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sign/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@sigstore/bundle": "^1.1.0",
"@sigstore/protobuf-specs": "^0.2.0",
"@sigstore/protobuf-specs": "^0.2.1",
"make-fetch-happen": "^13.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tuf/package.json
Expand Up @@ -32,7 +32,7 @@
"@types/make-fetch-happen": "^10.0.0"
},
"dependencies": {
"@sigstore/protobuf-specs": "^0.2.0",
"@sigstore/protobuf-specs": "^0.2.1",
"tuf-js": "^1.1.7"
},
"engines": {
Expand Down

0 comments on commit 06ea684

Please sign in to comment.