Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 24, 2024
1 parent 3cc88f4 commit f10d7e7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
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.1",
"@vercel/ncc": "0.38.2",
"gts": "5.3.1",
"typescript": "4.9.5"
},
Expand Down
26 changes: 13 additions & 13 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.6.0",
"nock": "13.5.4",
"nock": "13.5.5",
"nyc": "15.1.0",
"rimraf": "5.0.9",
"sinon": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.107.0
image: otel/opentelemetry-collector-contrib:0.110.0
volumes:
- ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml:ro
- logs:/var/log:ro
Expand All @@ -40,7 +40,7 @@ services:
# Collector prometheus port. The metrics are checked in tests
- 8888
loadgen:
image: golang:1.22
image: golang:1.23
command:
- go
- run
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 @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/node": "16.18.97",
"@types/node": "16.18.108",
"gts": "5.3.1",
"typescript": "4.9.5"
},
Expand All @@ -32,7 +32,7 @@
"@opentelemetry/exporter-metrics-otlp-proto": "0.53.0",
"@opentelemetry/sdk-metrics": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"axios": "1.7.4",
"axios": "1.7.7",
"fastify": "4.23.2",
"pino": "8.21.0"
}
Expand Down
4 changes: 2 additions & 2 deletions samples/otlptraceexport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@opentelemetry/exporter-trace-otlp-http": "0.53.0",
"@grpc/grpc-js": "1.11.3",
"express": "4.19.2",
"google-auth-library": "9.11.0",
"axios": "1.7.4"
"google-auth-library": "9.14.1",
"axios": "1.7.7"
},
"devDependencies": {
"gts": "5.3.1",
Expand Down

0 comments on commit f10d7e7

Please sign in to comment.