Skip to content

Commit 5a6fecd

Browse files
chore(deps): update dependency @bufbuild/protobuf to ^2.2.0 (#1024)
* 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 <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Andrew Haines <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Haines <[email protected]>
1 parent 8531af1 commit 5a6fecd

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

packages/grpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- Bump dependency on [@bufbuild/protobuf] to 2.2.0 ([#1024](https://github.com/cerbos/cerbos-sdk-javascript/pull/1024))
8+
79
- 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))
810

911
## [0.18.3] - 2024-09-23

packages/grpc/changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ unreleased:
22
type: patch
33

44
bumped:
5+
"@bufbuild/protobuf":
6+
to: 2.2.0
7+
pull: 1024
8+
59
"@grpc/grpc-js":
610
to: 1.12.2
711
pulls: [1020, 1023]

packages/grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"server-side"
5050
],
5151
"dependencies": {
52-
"@bufbuild/protobuf": "^2.1.0",
52+
"@bufbuild/protobuf": "^2.2.0",
5353
"@cerbos/core": "^0.18.1",
5454
"@grpc/grpc-js": "^1.12.2"
5555
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)