From 4763413555a71464876b75dad3b07f16c15c8b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:45:59 +0000 Subject: [PATCH] fix(deps): bump applicationinsights from 2.7.3 to 2.8.0 Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.7.3 to 2.8.0. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.7.3...2.8.0) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9a715fa..f708e99 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@salesforce/core": "^5.3.1", "@salesforce/ts-types": "^2.0.6", - "applicationinsights": "^2.7.3", + "applicationinsights": "^2.8.0", "got": "^11", "proxy-agent": "^6.3.1" }, diff --git a/yarn.lock b/yarn.lock index 801ab3f..9c025c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1178,10 +1178,10 @@ append-transform@^2.0.0: dependencies: default-require-extensions "^3.0.0" -applicationinsights@^2.7.3: - version "2.7.3" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.7.3.tgz#8781454d29c0b14c9773f2e892b4cf5e7468ffa5" - integrity sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw== +applicationinsights@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.8.0.tgz#7a294c9c173e04bf4813e263055afe5763623f33" + integrity sha512-pxVOdCPwXTal1A904yGmzOOUJrIeQ89xQir0ifr7fLl+e0BlGrZ1P4StcIDuEXk93gV9CGxGm5Mol8ksPk2mcg== dependencies: "@azure/core-auth" "^1.5.0" "@azure/core-rest-pipeline" "1.10.1"