diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts index bdc252f620..d23f972da4 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts @@ -8,7 +8,7 @@ export const trackFailures = ( properties: { count: testEventBatch.parseFailureCount, parseFailures: Object.keys(testEventBatch.parseFailure), - operationId + operationId, }, }); } diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/package.json b/ops/services/app_functions/report_stream_batched_publisher/functions/package.json index d20235d57b..ff419199d1 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/package.json +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", - "prettier": "3.2.5", + "prettier": "3.3.3", "rimraf": "^5.0.7", "ts-jest": "^29.2.4", "typescript": "^5.5.3" diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock b/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock index 82fa49d74d..425e170997 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock @@ -3883,10 +3883,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@3.2.5: - version "3.2.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" - integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== +prettier@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"