diff --git a/package-lock.json b/package-lock.json index b008253..60be951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "MIT", "dependencies": { - "@microsoft/applicationinsights-react-js": "^17.1.2", + "@microsoft/applicationinsights-react-js": "^17.3.3", "@microsoft/applicationinsights-web": "^3.3.2", "azure-devops-extension-api": "^4.243.0", "azure-devops-extension-sdk": "^4.0.2", @@ -2970,15 +2970,15 @@ } }, "node_modules/@microsoft/applicationinsights-react-js": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.1.2.tgz", - "integrity": "sha512-i98Ep/UQvuLeDWWCWOLuvpF1cACOR98gafpTcOVeZSPKYlUtvFAqx6Xkn7HjjqZklxP9h0Hqjs5dreu4D5nM2A==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-react-js/-/applicationinsights-react-js-17.3.3.tgz", + "integrity": "sha512-DbnoNJTMcX7sPuwj2oczrhwmUrnqNEcknFohfB/aSHO45vQjOvAAcNLIsPlXaj7wRZc/PGeUPR92AyC7lNU9zA==", "dependencies": { - "@microsoft/applicationinsights-common": "^3.1.2", - "@microsoft/applicationinsights-core-js": "^3.1.2", + "@microsoft/applicationinsights-common": "^3.3.3", + "@microsoft/applicationinsights-core-js": "^3.3.3", "@microsoft/applicationinsights-shims": "^3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@nevware21/ts-utils": ">= 0.10.5 < 2.x" + "@nevware21/ts-utils": ">= 0.11.3 < 2.x" }, "peerDependencies": { "history": ">= 4.10.1", @@ -2986,6 +2986,34 @@ "tslib": "*" } }, + "node_modules/@microsoft/applicationinsights-react-js/node_modules/@microsoft/applicationinsights-common": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-common/-/applicationinsights-common-3.3.3.tgz", + "integrity": "sha512-WB6iOVjXuBfyNiYL7gyg5S2KveK8zrgPH94llbUCMw+qWX0yENQQf/r3k1PzybxkWwy/8hwAmrV+ACvLcQrdcw==", + "dependencies": { + "@microsoft/applicationinsights-core-js": "3.3.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-utils": ">= 0.11.3 < 2.x" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + } + }, + "node_modules/@microsoft/applicationinsights-react-js/node_modules/@microsoft/applicationinsights-core-js": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-core-js/-/applicationinsights-core-js-3.3.3.tgz", + "integrity": "sha512-U+IaAx/RS60jl8TAgtKzAeojbJgI+eCnYQGSvVE7IxdHgsmQ3hV3IYrBEf98q5nZD4U1zGoKtI8VEpkepoaYhQ==", + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-async": ">= 0.5.2 < 2.x", + "@nevware21/ts-utils": ">= 0.11.3 < 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 eb9594a..c681fa6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "env TEST_REPORT_FILENAME=test-results.xml jest --verbose" }, "dependencies": { - "@microsoft/applicationinsights-react-js": "^17.1.2", + "@microsoft/applicationinsights-react-js": "^17.3.3", "@microsoft/applicationinsights-web": "^3.3.2", "azure-devops-extension-api": "^4.243.0", "azure-devops-extension-sdk": "^4.0.2",