Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to v1.10.6 (#912)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @grpc/grpc-js to v1.10.6

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add changelog entry

Signed-off-by: Andrew Haines <haines@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
renovate[bot] and haines authored Apr 8, 2024
1 parent 1b3f123 commit 20256a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- Prevent importing package internals ([#867](https://github.com/cerbos/cerbos-sdk-javascript/pull/867))

- Bump dependency on [@grpc/grpc-js] to 1.10.4 ([#864](https://github.com/cerbos/cerbos-sdk-javascript/pull/864), [#874](https://github.com/cerbos/cerbos-sdk-javascript/pull/874), [#911](https://github.com/cerbos/cerbos-sdk-javascript/pull/911))
- Bump dependency on [@grpc/grpc-js] to 1.10.6 ([#864](https://github.com/cerbos/cerbos-sdk-javascript/pull/864), [#874](https://github.com/cerbos/cerbos-sdk-javascript/pull/874), [#911](https://github.com/cerbos/cerbos-sdk-javascript/pull/911), [#912](https://github.com/cerbos/cerbos-sdk-javascript/pull/912))

## [0.16.0] - 2024-02-29

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

bumped:
"@grpc/grpc-js":
to: 1.10.4
pulls: [864, 874, 911]
to: 1.10.6
pulls: [864, 874, 911, 912]

releases:
- version: 0.16.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 @@ -48,7 +48,7 @@
],
"dependencies": {
"@cerbos/core": "^0.16.0",
"@grpc/grpc-js": "^1.10.4",
"@grpc/grpc-js": "^1.10.6",
"long": "^5.2.3",
"protobufjs": "^7.2.6"
},
Expand Down
12 changes: 6 additions & 6 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 @@ -13,7 +13,7 @@
"@cerbos/http": "workspace:*",
"@cerbos/opentelemetry": "workspace:*",
"@cerbos/react": "workspace:*",
"@grpc/grpc-js": "1.10.4",
"@grpc/grpc-js": "1.10.6",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/sdk-metrics": "1.22.0",
"@opentelemetry/sdk-trace-base": "1.22.0",
Expand Down

0 comments on commit 20256a2

Please sign in to comment.