diff --git a/package-lock.json b/package-lock.json index d4b1771..beadeac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.3", "license": "MIT", "dependencies": { - "applicationinsights": "^2.1.8", + "applicationinsights": "^2.1.9", "applicationinsights-native-metrics": "0.0.6" }, "devDependencies": { @@ -352,9 +352,9 @@ } }, "node_modules/@azure/core-http": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.1.tgz", - "integrity": "sha512-7ATnV3OGzCO2K9kMrh3NKUM8b4v+xasmlUhkNZz6uMbm+8XH/AexLkhRGsoo0GyKNlEGvyGEfytqTk0nUY2I4A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.2.tgz", + "integrity": "sha512-V1DdoO9V/sFimKpdWoNBgsE+QUjQgpXYnxrTdUp5RyhsTJjvEVn/HKmTQXIHuLUUo6IyIWj+B+Dg4VaXse9dIA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-asynciterator-polyfill": "^1.0.0", @@ -1548,11 +1548,12 @@ } }, "node_modules/applicationinsights": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.8.tgz", - "integrity": "sha512-ehdYEKMkpm/1CPFX5UwvEUmI45U4v8EnPnvRIGC5hqkGDt7ARMfivwneK+ArbSabotUYWOYdvogmB8CrdJye/g==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.9.tgz", + "integrity": "sha512-N42sWh16y3Itq/4ZBdHnNqdv08tk/XqBum0FeuWWmPCyoiSiv4eyDYcFtDvJXToj/SQlb8BdQ4mwIxkau+lrpA==", "dependencies": { - "@azure/core-http": "^2.2.0", + "@azure/core-http": "^2.2.2", + "@azure/logger": "^1.0.1", "@opentelemetry/api": "^1.0.3", "@opentelemetry/core": "^0.23.0", "@opentelemetry/semantic-conventions": "^0.24.0", @@ -12069,9 +12070,9 @@ } }, "@azure/core-http": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.1.tgz", - "integrity": "sha512-7ATnV3OGzCO2K9kMrh3NKUM8b4v+xasmlUhkNZz6uMbm+8XH/AexLkhRGsoo0GyKNlEGvyGEfytqTk0nUY2I4A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-2.2.2.tgz", + "integrity": "sha512-V1DdoO9V/sFimKpdWoNBgsE+QUjQgpXYnxrTdUp5RyhsTJjvEVn/HKmTQXIHuLUUo6IyIWj+B+Dg4VaXse9dIA==", "requires": { "@azure/abort-controller": "^1.0.0", "@azure/core-asynciterator-polyfill": "^1.0.0", @@ -13001,11 +13002,12 @@ "dev": true }, "applicationinsights": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.8.tgz", - "integrity": "sha512-ehdYEKMkpm/1CPFX5UwvEUmI45U4v8EnPnvRIGC5hqkGDt7ARMfivwneK+ArbSabotUYWOYdvogmB8CrdJye/g==", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.1.9.tgz", + "integrity": "sha512-N42sWh16y3Itq/4ZBdHnNqdv08tk/XqBum0FeuWWmPCyoiSiv4eyDYcFtDvJXToj/SQlb8BdQ4mwIxkau+lrpA==", "requires": { - "@azure/core-http": "^2.2.0", + "@azure/core-http": "^2.2.2", + "@azure/logger": "^1.0.1", "@opentelemetry/api": "^1.0.3", "@opentelemetry/core": "^0.23.0", "@opentelemetry/semantic-conventions": "^0.24.0", diff --git a/package.json b/package.json index e263a46..ee68a28 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "typescript": "^4.4.2" }, "dependencies": { - "applicationinsights": "^2.1.8", + "applicationinsights": "^2.1.9", "applicationinsights-native-metrics": "0.0.6" }, "peerDependencies": {