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 6b27c94909..ab151d5498 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 @@ -23,7 +23,7 @@ }, "main": "dist/**/index.js", "dependencies": { - "@azure/functions": "^4.5.0", + "@azure/functions": "^4.5.1", "@azure/storage-queue": "^12.16.0", "applicationinsights": "^3.2.1", "csv-stringify": "^6.5.1", 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 e6fb253e1e..7f7eba16e4 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 @@ -140,10 +140,10 @@ long "^4.0.0" uuid "^8.3.0" -"@azure/functions@^4.5.0": - version "4.5.0" - resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-4.5.0.tgz#7aea7b0b4f2ae86dcc4d1663909e846ea2cca066" - integrity sha512-WNCiOHMQEZpezxgThD3o2McKEjUEljtQBvdw4X4oE5714eTw76h33kIj0660ZJGEnxYSx4dx18oAbg5kLMs9iQ== +"@azure/functions@^4.5.1": + version "4.5.1" + resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-4.5.1.tgz#70d1a99d335af87579a55d3c149ef1ae77da0a66" + integrity sha512-ikiw1IrM2W9NlQM3XazcX+4Sq3XAjZi4eeG22B5InKC2x5i7MatGF2S/Gn1ACZ+fEInwu+Ru9J8DlnBv1/hIvg== dependencies: cookie "^0.6.0" long "^4.0.0"