Skip to content

Commit

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

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 Jan 22, 2024
1 parent fcf8188 commit 040ed6c
Show file tree
Hide file tree
Showing 4 changed files with 10 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.

4 changes: 3 additions & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [Unreleased]

No notable changes.
### Changed

- Bump dependency on [@grpc/grpc-js] to 1.9.14 ([#789](https://github.com/cerbos/cerbos-sdk-javascript/pull/789))

## [0.15.0] - 2024-01-11

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.15.0",
"@grpc/grpc-js": "^1.9.13",
"@grpc/grpc-js": "^1.9.14",
"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/grpc": "0.15.0",
"@cerbos/http": "0.16.0",
"@cerbos/opentelemetry": "0.4.2",
"@grpc/grpc-js": "1.9.13",
"@grpc/grpc-js": "1.9.14",
"@jest/globals": "29.7.0",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/sdk-metrics": "1.20.0",
Expand Down

0 comments on commit 040ed6c

Please sign in to comment.