Skip to content

Commit

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

Bumps [@sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/sigstore/protobuf-specs/releases)
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/RELEASE.md)
- [Commits](sigstore/protobuf-specs@v0.1.0...v0.2.0)

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

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 Jul 12, 2023
1 parent 00e82f6 commit e0c16ec
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-toes-study.md
@@ -0,0 +1,5 @@
---
'@sigstore/bundle': patch
---

Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0
5 changes: 5 additions & 0 deletions .changeset/cool-trainers-taste.md
@@ -0,0 +1,5 @@
---
'@sigstore/mock': patch
---

Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0
5 changes: 5 additions & 0 deletions .changeset/curvy-students-decide.md
@@ -0,0 +1,5 @@
---
'sigstore': patch
---

Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0
5 changes: 5 additions & 0 deletions .changeset/grumpy-dolls-develop.md
@@ -0,0 +1,5 @@
---
'@sigstore/tuf': patch
---

Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0
28 changes: 14 additions & 14 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.1.0"
"@sigstore/protobuf-specs": "^0.2.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@sigstore/bundle": "^0.0.0",
"@sigstore/protobuf-specs": "^0.1.0",
"@sigstore/protobuf-specs": "^0.2.0",
"@sigstore/tuf": "^1.0.1",
"make-fetch-happen": "^11.0.1"
},
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.1.0",
"@sigstore/protobuf-specs": "^0.2.0",
"@tufjs/repo-mock": "^1.1.0",
"asn1js": "^3.0.5",
"bytestreamjs": "^2.0.1",
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.1.0",
"@sigstore/protobuf-specs": "^0.2.0",
"tuf-js": "^1.1.7"
},
"engines": {
Expand Down

0 comments on commit e0c16ec

Please sign in to comment.