From 7fd04191668c6ebeccded41c65f14403aab7bd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:02:48 +0000 Subject: [PATCH] Bump applicationinsights from 3.10.0 to 3.15.1 in /logging Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 3.10.0 to 3.15.1. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-node.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/3.10.0...3.15.1) --- updated-dependencies: - dependency-name: applicationinsights dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6bec8bbf..33c2c137 100644 --- a/logging/package.json +++ b/logging/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "applicationinsights": "3.10.0", + "applicationinsights": "3.15.1", "dockerode": "4.0.10", "graygelf": "2.0.0" },