Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 22, 2024
1 parent f8b5157 commit 384a227
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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 @@ -60,7 +60,7 @@
"sinon": "17.0.2",
"snap-shot-it": "7.9.10",
"ts-mocha": "10.0.0",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"dependencies": {
"@google-cloud/opentelemetry-resource-util": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-cloud-trace-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"protobufjs-cli": "1.1.3",
"sinon": "17.0.2",
"ts-mocha": "10.0.0",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"dependencies": {
"@google-cloud/opentelemetry-resource-util": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-cloud-trace-propagator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mocha": "10.7.3",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"dependencies": {
"hex2dec": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-resource-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sinon": "17.0.2",
"snap-shot-it": "7.9.10",
"ts-mocha": "10.0.0",
"typescript": "4.9.5"
"typescript": "5.7.2"
},
"peerDependencies": {
"@opentelemetry/resources": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/otlptraceexport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"gts": "5.3.1",
"typescript": "4.9.5",
"typescript": "5.7.2",
"ts-node": "10.9.2"
},
"description": "This example shows how to send traces to an OTLP *(OpenTelemetry Protocol)* endpoint that is protected by GCP authentication over gRPC."
Expand Down

0 comments on commit 384a227

Please sign in to comment.