From 0f00734284738eb0df52a0d6e72ecb2dbb9054da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:49:11 +0000 Subject: [PATCH] Bump applicationinsights from 2.9.5 to 3.4.0 in /logging Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.9.5 to 3.4.0. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.9.5...3.4.0) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/package.json b/logging/package.json index 062c3ed..9ef8437 100644 --- a/logging/package.json +++ b/logging/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "applicationinsights": "2.9.5", + "applicationinsights": "3.4.0", "dockerode": "4.0.2", "graygelf": "2.0.0" },