From 30e2f17c9000398d6fa751375471f9f867c1054e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:56:16 +0000 Subject: [PATCH] deps(frontend): update @microsoft/applicationinsights-web requirement Updates the requirements on [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) to permit the latest version. - [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md) - [Commits](https://github.com/microsoft/ApplicationInsights-JS/compare/3.0.8...v3.4.1) --- updated-dependencies: - dependency-name: "@microsoft/applicationinsights-web" dependency-version: 3.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 9ec64d8..04a7371 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@microsoft/applicationinsights-react-js": "^17.1.1", - "@microsoft/applicationinsights-web": "^3.0.8", + "@microsoft/applicationinsights-web": "^3.4.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2",