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 Dec 5, 2024
1 parent f8b5157 commit 91a43ab
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 66 deletions.
10 changes: 0 additions & 10 deletions e2e-test-server/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 e2e-test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "14.18.63",
"@vercel/ncc": "0.38.2",
"@vercel/ncc": "0.38.3",
"gts": "5.3.1",
"typescript": "4.9.5"
},
Expand Down
82 changes: 43 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/sinon": "17.0.3",
"gts": "5.3.1",
"mocha": "10.7.3",
"nock": "13.5.5",
"nock": "13.5.6",
"nyc": "15.1.0",
"sinon": "17.0.2",
"snap-shot-it": "7.9.10",
Expand Down
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.115.1
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
- logs:/var/log:ro
Expand Down
16 changes: 8 additions & 8 deletions samples/instrumentation-quickstart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.121",
"gts": "5.3.1",
"typescript": "4.9.5"
},
Expand All @@ -31,7 +31,7 @@
"@opentelemetry/exporter-metrics-otlp-proto": "0.53.0",
"@opentelemetry/sdk-metrics": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"axios": "1.7.7",
"axios": "1.7.9",
"fastify": "4.23.2",
"pino": "8.21.0"
}
Expand Down
8 changes: 4 additions & 4 deletions samples/otlptraceexport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@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",
"axios": "1.7.7"
"@grpc/grpc-js": "1.12.4",
"express": "4.21.2",
"google-auth-library": "9.15.0",
"axios": "1.7.9"
},
"devDependencies": {
"gts": "5.3.1",
Expand Down

0 comments on commit 91a43ab

Please sign in to comment.