Skip to content

Commit

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

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 Sep 12, 2023
1 parent b596bab commit 3933ced
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Changed

- Bump dependency on [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.9.1 ([#654](https://github.com/cerbos/cerbos-sdk-javascript/pull/654))
- Bump dependency on [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.9.2 ([#654](https://github.com/cerbos/cerbos-sdk-javascript/pull/654), [#663](https://github.com/cerbos/cerbos-sdk-javascript/pull/663))
- Bump dependency on [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.5 ([#651](https://github.com/cerbos/cerbos-sdk-javascript/pull/651))

### Removed
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"dependencies": {
"@cerbos/core": "^0.13.0",
"@grpc/grpc-js": "^1.9.1",
"@grpc/grpc-js": "^1.9.2",
"long": "^5.2.3",
"protobufjs": "^7.2.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@cerbos/http": "0.14.0",
"@cerbos/lite": "0.4.1-beta",
"@cerbos/opentelemetry": "0.3.0",
"@grpc/grpc-js": "1.9.1",
"@grpc/grpc-js": "1.9.2",
"@jest/globals": "29.6.4",
"@jest/types": "29.6.3",
"@opentelemetry/api": "1.4.1",
Expand Down

0 comments on commit 3933ced

Please sign in to comment.