Skip to content

Commit e0c16ec

Browse files
dependabot[bot]github-actions[bot]bdehamer
authoredJul 12, 2023
Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0 (#607)
* 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>
1 parent 00e82f6 commit e0c16ec

9 files changed

+38
-18
lines changed
 

‎.changeset/beige-toes-study.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/bundle': patch
3+
---
4+
5+
Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0

‎.changeset/cool-trainers-taste.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/mock': patch
3+
---
4+
5+
Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0

‎.changeset/curvy-students-decide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sigstore': patch
3+
---
4+
5+
Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0

‎.changeset/grumpy-dolls-develop.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/tuf': patch
3+
---
4+
5+
Bump @sigstore/protobuf-specs from 0.1.0 to 0.2.0

‎package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"provenance": true
2828
},
2929
"dependencies": {
30-
"@sigstore/protobuf-specs": "^0.1.0"
30+
"@sigstore/protobuf-specs": "^0.2.0"
3131
},
3232
"engines": {
3333
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

‎packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@sigstore/bundle": "^0.0.0",
40-
"@sigstore/protobuf-specs": "^0.1.0",
40+
"@sigstore/protobuf-specs": "^0.2.0",
4141
"@sigstore/tuf": "^1.0.1",
4242
"make-fetch-happen": "^11.0.1"
4343
},

‎packages/mock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@peculiar/webcrypto": "^1.4.3",
3434
"@peculiar/x509": "^1.9.3",
35-
"@sigstore/protobuf-specs": "^0.1.0",
35+
"@sigstore/protobuf-specs": "^0.2.0",
3636
"@tufjs/repo-mock": "^1.1.0",
3737
"asn1js": "^3.0.5",
3838
"bytestreamjs": "^2.0.1",

‎packages/tuf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/make-fetch-happen": "^10.0.0"
3333
},
3434
"dependencies": {
35-
"@sigstore/protobuf-specs": "^0.1.0",
35+
"@sigstore/protobuf-specs": "^0.2.0",
3636
"tuf-js": "^1.1.7"
3737
},
3838
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.