Skip to content

Commit

Permalink
fix(deps): update dependency @grpc/grpc-js to v1.8.18 (open-telemetry…
Browse files Browse the repository at this point in the history
…#1010)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
renovate[bot] and austinlparker authored Aug 1, 2023
1 parent 11cfd1c commit 9339e1e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
29 changes: 17 additions & 12 deletions src/frontend/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 src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"grpc:generate": "mkdir -p ./protos && protoc -I ./pb --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=./protos --ts_proto_opt=outputServices=grpc-js demo.proto"
},
"dependencies": {
"@grpc/grpc-js": "1.8.14",
"@grpc/grpc-js": "1.8.18",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/auto-instrumentations-node": "0.38.0",
"@opentelemetry/auto-instrumentations-web": "0.33.0",
Expand Down
17 changes: 9 additions & 8 deletions src/paymentservice/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 src/paymentservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Jonathan Lui",
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "1.8.14",
"@grpc/grpc-js": "1.8.18",
"@grpc/proto-loader": "^0.7.6",
"@opentelemetry/auto-instrumentations-node": "0.38.0",
"@opentelemetry/core": "1.15.0",
Expand Down

0 comments on commit 9339e1e

Please sign in to comment.