diff --git a/package.json b/package.json index f05314e5f..eeb0eac3d 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "@opentelemetry/semantic-conventions": "~1.34.0", "arrify": "^2.0.0", "extend": "^3.0.2", - "google-auth-library": "^10.0.0-rc.1", - "google-gax": "^5.0.1-rc.0", + "google-auth-library": "^10.5.0", + "google-gax": "^5.0.5", "heap-js": "^2.6.0", "is-stream-ended": "^0.1.4", "lodash.snakecase": "^4.1.1", diff --git a/samples/package.json b/samples/package.json index 726301d26..b62f62e17 100644 --- a/samples/package.json +++ b/samples/package.json @@ -33,6 +33,7 @@ "@opentelemetry/sdk-trace-node": "^1.17.0", "@opentelemetry/semantic-conventions": "^1.17.0", "avro-js": "^1.11.3", + "google-auth-library": "^10.5.0", "p-defer": "^3.0.0", "protobufjs": "~7.5.0" }, @@ -48,4 +49,4 @@ "typescript": "^5.1.6", "uuid": "^9.0.0" } -} \ No newline at end of file +}