From 730a95b319e3cb348138b30d1b2cf5e4a655e0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:03:26 +0000 Subject: [PATCH] Bump @azure/functions Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: "@azure/functions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../functions/package.json | 2 +- .../report_stream_batched_publisher/functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"