Skip to content

Commit

Permalink
npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0 (#86)
Browse files Browse the repository at this point in the history
* npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0

Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.10.0/packages/protobuf)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jun 16, 2024
1 parent dc89cad commit fb4ceef
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .changelog/86.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```release-note:enhancement
ci/dependabot: npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0

npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0

Bumps [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.10.0/packages/protobuf)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
```
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@bufbuild/protobuf": "^1.9.0",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,13 +643,20 @@ __metadata:
languageName: node
linkType: hard

"@bufbuild/protobuf@npm:1.9.0, @bufbuild/protobuf@npm:^1.9.0":
"@bufbuild/protobuf@npm:1.9.0":
version: 1.9.0
resolution: "@bufbuild/protobuf@npm:1.9.0"
checksum: 45b0b6789819defcfaf2f7c3a431310f47e246bad23fdb0d184b015c7c1a047d787232cc349d52c204d8757c274b1148e278e01f82288e19f574b0996c5ef0f1
languageName: node
linkType: hard

"@bufbuild/protobuf@npm:^1.10.0":
version: 1.10.0
resolution: "@bufbuild/protobuf@npm:1.10.0"
checksum: 5487b9c2e63846d0e3bde4d025cc77ae44a22166a5d6c184df0da5581e1ab6d66dd115af0ccad814576dcd011bb1b93989fb0ac1eb4ae452979bb8b186693ba0
languageName: node
linkType: hard

"@bufbuild/protobuf@npm:^1.7.2":
version: 1.7.2
resolution: "@bufbuild/protobuf@npm:1.7.2"
Expand Down Expand Up @@ -6220,7 +6227,7 @@ __metadata:
dependencies:
"@achrinza/node-ipc": "npm:^10.1.11"
"@babel/core": "npm:^7.23.2"
"@bufbuild/protobuf": "npm:^1.9.0"
"@bufbuild/protobuf": "npm:^1.10.0"
"@connectrpc/connect": "npm:^1.4.0"
"@connectrpc/connect-web": "npm:^1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.4.0"
Expand Down

0 comments on commit fb4ceef

Please sign in to comment.