From 965bb8d292f2f372e6e674426b6cd63346a0ae6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:04:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Bump=20applicationinsights=20fro?= =?UTF-8?q?m=202.4.2=20to=202.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e7dcb6ef007..c9b5c168fa1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3274,9 +3274,9 @@ appdirsjs@^1.2.4: integrity sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w== applicationinsights@^2.3.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.4.2.tgz#e51f9a27dc8333abad0d22f33ceb96ded5c57db9" - integrity sha512-cFI5r2JA4JhPvxLKwWzHgryrRc/3X2gR36iE7OWvdX4neltFzJyrYWXraWYMHpHqQojhmcX++Q7bT0XR8tzegA== + version "2.5.0" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.5.0.tgz#f008580b2f68267a5d233cce4e1f50b587bdf3c4" + integrity sha512-6kIFmpANRok+6FhCOmO7ZZ/mh7fdNKn17BaT13cg/RV5roLPJlA6q8srWexayHd3MPcwMb9072e8Zp0P47s/pw== dependencies: "@azure/core-auth" "^1.4.0" "@azure/core-rest-pipeline" "^1.10.0"