diff --git a/package-lock.json b/package-lock.json index ab9ca7232..5b5ae125b 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.7", "@microsoft/applicationinsights-web": "3.3.6", "@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-types": "2.40.0", @@ -5545,23 +5545,53 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-19.3.7.tgz", + "integrity": "sha512-4s7eaJDSBvCjbKTKm93HSh5/2iOFWhOMYuU9omKiW0VLJLZiTtxjauaHXU9BWYHEono70GtKBp6pWTRo8+gwCw==", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-common": "^3.3.6", - "@microsoft/applicationinsights-core-js": "^3.3.6", + "@microsoft/applicationinsights-common": "^3.3.9", + "@microsoft/applicationinsights-core-js": "^3.3.9", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.11.3 < 2.x" }, "peerDependencies": { "history": ">= 4.10.1", - "react": ">= 18.0.0", + "react": ">= 19.0.0", "tslib": "*" } }, + "node_modules/@microsoft/applicationinsights-react-js/node_modules/@microsoft/applicationinsights-common": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.9.tgz", + "integrity": "sha512-IgruOuDBxmBK9jYo7SqLJG7Z9OwmAmlvHET49srpN6pqQlEjRpjD1nfA3Ps4RSEbF89a/ad2phQaBp8jvm122g==", + "license": "MIT", + "dependencies": { + "@microsoft/applicationinsights-core-js": "3.3.9", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-utils": ">= 0.11.8 < 2.x" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + } + }, + "node_modules/@microsoft/applicationinsights-react-js/node_modules/@microsoft/applicationinsights-core-js": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.9.tgz", + "integrity": "sha512-xliiE9H09xCycndlua4QjajN8q5k/ET6VCv+e0Jjodxr9+cmoOP/6QY9dun9ptokuwR8TK0qOaIJ8z4fgslVSA==", + "license": "MIT", + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-async": ">= 0.5.4 < 2.x", + "@nevware21/ts-utils": ">= 0.11.8 < 2.x" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + } + }, "node_modules/@microsoft/applicationinsights-shims": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-shims/-/applicationinsights-shims-3.0.1.tgz", diff --git a/package.json b/package.json index a976ef2d3..bcf9b9e73 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.7", "@microsoft/applicationinsights-web": "3.3.6", "@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-types": "2.40.0",