From 1ff9c68d4a18b6bced1a33930fffabdbc05ef2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 12:19:44 +0000 Subject: [PATCH] Chore(deps): Bump @microsoft/applicationinsights-react-js Bumps [@microsoft/applicationinsights-react-js](https://github.com/microsoft/applicationinsights-react-js) from 18.3.6 to 19.3.6. - [Release notes](https://github.com/microsoft/applicationinsights-react-js/releases) - [Changelog](https://github.com/microsoft/applicationinsights-react-js/blob/main/RELEASES.md) - [Commits](https://github.com/microsoft/applicationinsights-react-js/compare/18.3.6...19.3.6) --- updated-dependencies: - dependency-name: "@microsoft/applicationinsights-react-js" dependency-version: 19.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b1aa9b8e..6914957f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fluentui-contrib/react-resize-handle": "0.6.3", "@fluentui/react-components": "9.61.6", "@fluentui/react-icons": "2.0.298", - "@microsoft/applicationinsights-react-js": "18.3.6", + "@microsoft/applicationinsights-react-js": "19.3.6", "@microsoft/applicationinsights-web": "3.3.6", "@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-types": "2.40.0", @@ -5545,9 +5545,9 @@ } }, "node_modules/@microsoft/applicationinsights-react-js": { - "version": "18.3.6", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-18.3.6.tgz", - "integrity": "sha512-MQnMFi4kgIT0YV9l3nMfYbTJQBWEhAsuVvbJVSmDRL15pad1vT+VflNenN5nY7AYDf3UeMWyA1Bnv6QhIczB/g==", + "version": "19.3.6", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-19.3.6.tgz", + "integrity": "sha512-Zoe1wrSewLRG6Q3nLhDvrXrx0XLBYakbwWRS5ktOrzvou+AI+lxLQg936M9FcQ5279xuvUQDOvDV2IhS9G862g==", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-common": "^3.3.6", @@ -5558,7 +5558,7 @@ }, "peerDependencies": { "history": ">= 4.10.1", - "react": ">= 18.0.0", + "react": ">= 19.0.0", "tslib": "*" } }, diff --git a/package.json b/package.json index ade8f7710..68276adc7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@fluentui-contrib/react-resize-handle": "0.6.3", "@fluentui/react-components": "9.61.6", "@fluentui/react-icons": "2.0.298", - "@microsoft/applicationinsights-react-js": "18.3.6", + "@microsoft/applicationinsights-react-js": "19.3.6", "@microsoft/applicationinsights-web": "3.3.6", "@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-types": "2.40.0",