Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^1.9.9 (#733)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @grpc/grpc-js to ^1.9.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 Nov 14, 2023
1 parent 96ab7d8 commit 8efbdeb
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.7 ([#702](https://github.com/cerbos/cerbos-sdk-javascript/pull/702), [#719](https://github.com/cerbos/cerbos-sdk-javascript/pull/719))
- Bump dependency on [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.9.9 ([#702](https://github.com/cerbos/cerbos-sdk-javascript/pull/702), [#719](https://github.com/cerbos/cerbos-sdk-javascript/pull/719), [#733](https://github.com/cerbos/cerbos-sdk-javascript/pull/733))

## [0.14.0] - 2023-10-02

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.14.0",
"@grpc/grpc-js": "^1.9.7",
"@grpc/grpc-js": "^1.9.9",
"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.15.0",
"@cerbos/lite": "0.5.0-beta",
"@cerbos/opentelemetry": "0.4.0",
"@grpc/grpc-js": "1.9.7",
"@grpc/grpc-js": "1.9.9",
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@opentelemetry/api": "1.6.0",
Expand Down

0 comments on commit 8efbdeb

Please sign in to comment.