Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 29, 2024
1 parent f8b5157 commit 68f545a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 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 samples/instrumentation-quickstart/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
depends_on:
- otelcol
otelcol:
image: otel/opentelemetry-collector-contrib:0.110.0
image: otel/opentelemetry-collector-contrib:0.112.0
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
- logs:/var/log:ro
Expand Down
8 changes: 4 additions & 4 deletions samples/instrumentation-quickstart/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 samples/instrumentation-quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"posttest": "npm run lint"
},
"devDependencies": {
"@types/node": "16.18.109",
"@types/node": "16.18.116",
"gts": "5.3.1",
"typescript": "4.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions samples/otlptraceexport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@opentelemetry/exporter-trace-otlp-grpc": "0.53.0",
"@opentelemetry/exporter-trace-otlp-proto": "0.53.0",
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@grpc/grpc-js": "1.11.3",
"express": "4.21.0",
"google-auth-library": "9.14.1",
"@grpc/grpc-js": "1.12.2",
"express": "4.21.1",
"google-auth-library": "9.14.2",
"axios": "1.7.7"
},
"devDependencies": {
Expand Down

0 comments on commit 68f545a

Please sign in to comment.