Skip to content

Commit

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

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 Jul 22, 2024
1 parent 9136f23 commit 3e9b476
Show file tree
Hide file tree
Showing 5 changed files with 12 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.11 ([#974](https://github.com/cerbos/cerbos-sdk-javascript/pull/974), [#979](https://github.com/cerbos/cerbos-sdk-javascript/pull/979))
- Bump dependency on [@grpc/grpc-js] to 1.11.1 ([#974](https://github.com/cerbos/cerbos-sdk-javascript/pull/974), [#979](https://github.com/cerbos/cerbos-sdk-javascript/pull/979), [#981](https://github.com/cerbos/cerbos-sdk-javascript/pull/981))

- Bump dependency on [protobufjs] to 7.3.2 ([#970](https://github.com/cerbos/cerbos-sdk-javascript/pull/970))

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.11
pulls: [974, 979]
to: 1.11.1
pulls: [974, 979, 981]

protobufjs:
to: 7.3.2
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.1",
"@grpc/grpc-js": "^1.10.11",
"@grpc/grpc-js": "^1.11.1",
"long": "^5.2.3",
"protobufjs": "^7.3.2"
},
Expand Down
14 changes: 7 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.11",
"@grpc/grpc-js": "1.11.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/sdk-metrics": "1.25.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
Expand Down

0 comments on commit 3e9b476

Please sign in to comment.