Skip to content

Commit

Permalink
chore(deps): update dependency @bufbuild/protobuf to ^2.2.0 (#1024)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @bufbuild/protobuf to ^2.2.0

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

* Add changelog entry

Signed-off-by: Andrew Haines <haines@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
renovate[bot] and haines authored Oct 14, 2024
1 parent 8531af1 commit 5a6fecd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Changed

- Bump dependency on [@bufbuild/protobuf] to 2.2.0 ([#1024](https://github.com/cerbos/cerbos-sdk-javascript/pull/1024))

- Bump dependency on [@grpc/grpc-js] to 1.12.2 ([#1020](https://github.com/cerbos/cerbos-sdk-javascript/pull/1020), [#1023](https://github.com/cerbos/cerbos-sdk-javascript/pull/1023))

## [0.18.3] - 2024-09-23
Expand Down
4 changes: 4 additions & 0 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ unreleased:
type: patch

bumped:
"@bufbuild/protobuf":
to: 2.2.0
pull: 1024

"@grpc/grpc-js":
to: 1.12.2
pulls: [1020, 1023]
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"server-side"
],
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protobuf": "^2.2.0",
"@cerbos/core": "^0.18.1",
"@grpc/grpc-js": "^1.12.2"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 5a6fecd

Please sign in to comment.