From f3ddfb9cf33cce49a84637472bc8d8e275cc73db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:23:57 -0500 Subject: [PATCH] Bump applicationinsights (#6950) Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.9.0...2.9.1) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../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 390cca04f8..9fd62701dc 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 @@ -22,7 +22,7 @@ "dependencies": { "@azure/functions": "^4.0.1", "@azure/storage-queue": "^12.16.0", - "applicationinsights": "^2.9.0", + "applicationinsights": "^2.9.1", "csv-stringify": "^6.4.4", "jsonwebtoken": "^9.0.2", "node-fetch": "^2.7.0" 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 cb15e81fd6..ae46957fb7 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 @@ -1173,10 +1173,10 @@ anymatch@^3.0.3: normalize-path "^3.0.0" picomatch "^2.0.4" -applicationinsights@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.0.tgz#62d6fb0d7cdcdbd2dd0a38a085943f9c262ff317" - integrity sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ== +applicationinsights@^2.9.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.1.tgz#769412f809d6a072487e4b41c4c3a29678344d82" + integrity sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg== dependencies: "@azure/core-auth" "^1.5.0" "@azure/core-rest-pipeline" "1.10.1"