Skip to content

Commit

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

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 authored Jun 11, 2024
1 parent 567e528 commit 083a181
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Changed

- Bump dependency on [@grpc/grpc-js] to 1.10.8 ([#952](https://github.com/cerbos/cerbos-sdk-javascript/pull/952))
- Bump dependency on [@grpc/grpc-js] to 1.10.9 ([#952](https://github.com/cerbos/cerbos-sdk-javascript/pull/952), [#961](https://github.com/cerbos/cerbos-sdk-javascript/pull/961))

## [0.18.0] - 2024-05-15

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

bumped:
"@grpc/grpc-js":
to: 1.10.8
pull: 952
to: 1.10.9
pulls: [952, 961]

releases:
- version: 0.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
],
"dependencies": {
"@cerbos/core": "^0.18.0",
"@grpc/grpc-js": "^1.10.8",
"@grpc/grpc-js": "^1.10.9",
"long": "^5.2.3",
"protobufjs": "^7.3.0"
},
Expand Down
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion private/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@cerbos/http": "workspace:*",
"@cerbos/opentelemetry": "workspace:*",
"@cerbos/react": "workspace:*",
"@grpc/grpc-js": "1.10.8",
"@grpc/grpc-js": "1.10.9",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/sdk-metrics": "1.24.1",
"@opentelemetry/sdk-trace-base": "1.24.1",
Expand Down

0 comments on commit 083a181

Please sign in to comment.