From 3b37a3b79630d4283a21176109007c5a091972dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 03:05:49 +0000 Subject: [PATCH] fix(deps): bump applicationinsights from 2.9.2 to 2.9.4 Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.9.2...2.9.4) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 22dc4f6..2014b6d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@salesforce/core": "^6.5.3", "@salesforce/ts-types": "^2.0.9", - "applicationinsights": "^2.9.2", + "applicationinsights": "^2.9.4", "got": "^11", "proxy-agent": "^6.3.1" }, diff --git a/yarn.lock b/yarn.lock index 32dfc5b..af3962d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -589,7 +589,7 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@microsoft/applicationinsights-web-snippet@^1.0.1": +"@microsoft/applicationinsights-web-snippet@1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz#6bb788b2902e48bf5d460c38c6bb7fedd686ddd7" integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ== @@ -1152,16 +1152,16 @@ append-transform@^2.0.0: dependencies: default-require-extensions "^3.0.0" -applicationinsights@^2.9.2: - version "2.9.2" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.2.tgz#a83b4bb3201da350cf438015d1e5032cb9978fe1" - integrity sha512-wlDiD7v0BQNM8oNzsf9C836R5ze25u+CuCEZsbA5xMIXYYBxkqkWE/mo9GFJM7rsKaiGqpxEwWmePHKD2Lwy2w== +applicationinsights@^2.9.4: + version "2.9.4" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.4.tgz#c61527357645dbc4c5b134aae854e5620c95a993" + integrity sha512-mMWW/E+1wy3oreeH1xJd2N5WIwIz4xj3JKneHOi7gHFqPjxgFV68mdKMEeM3YhLK1nC6k+M6Ekhf7e9WhQCSSw== dependencies: "@azure/core-auth" "^1.5.0" "@azure/core-rest-pipeline" "1.10.1" "@azure/core-util" "1.2.0" "@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.5" - "@microsoft/applicationinsights-web-snippet" "^1.0.1" + "@microsoft/applicationinsights-web-snippet" "1.0.1" "@opentelemetry/api" "^1.7.0" "@opentelemetry/core" "^1.19.0" "@opentelemetry/sdk-trace-base" "^1.19.0"