Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^1.11.3 (#1011)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @grpc/grpc-js to ^1.11.3

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]>
  • Loading branch information
renovate[bot] and haines committed Sep 23, 2024
1 parent f2774cd commit 213244a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

- Bump dependency on [@grpc/grpc-js] to 1.11.2 ([#1000](https://github.com/cerbos/cerbos-sdk-javascript/pull/1000))
- Bump dependency on [@grpc/grpc-js] to 1.11.3 ([#1000](https://github.com/cerbos/cerbos-sdk-javascript/pull/1000), [#1011](https://github.com/cerbos/cerbos-sdk-javascript/pull/1011))

## [0.18.2] - 2024-08-19

Expand Down
4 changes: 2 additions & 2 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ unreleased:
pull: 1012

"@grpc/grpc-js":
to: 1.11.2
pull: 1000
to: 1.11.3
pulls: [1000, 1011]

releases:
- version: 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@cerbos/core": "^0.18.1",
"@grpc/grpc-js": "^1.11.2"
"@grpc/grpc-js": "^1.11.3"
},
"publishConfig": {
"access": "public",
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 213244a

Please sign in to comment.