From fe31f1d58d5e68c7fa6252ae9e4296575f10c7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 23:03:31 +0000 Subject: [PATCH] Upgrade: Bump applicationinsights from 2.3.3 to 2.3.6 Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.3.3 to 2.3.6. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.3.3...2.3.6) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b0cc434e..0f469e94b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@hint/utils": "^7.0.15", "@hint/utils-i18n": "^1.0.11", "algoliasearch": "^4.13.0", - "applicationinsights": "^2.3.3", + "applicationinsights": "^2.3.6", "body-parser": "^1.19.0", "ejs": "^3.1.7", "express": "^4.18.1", @@ -2421,6 +2421,11 @@ "integrity": "sha512-Ap8MOYbyvEilK1+sNY6yh6LmsHSp7f5zzSGlY4AemhbTcoultcozEXPzx42OO6WjoriOsw88aW8TiqgYdXwsxg==", "devOptional": true }, + "node_modules/@microsoft/applicationinsights-web-snippet": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz", + "integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==" + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3269,11 +3274,12 @@ } }, "node_modules/applicationinsights": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.3.tgz", - "integrity": "sha512-Q4o6gexNhzukgmzzWYzXLa2gdJ6DhM+c35tw0lRNNjc/qldWxGHVxV65DMRYrQIp4vetLdCK7Pyd/dmEsGO4qA==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.6.tgz", + "integrity": "sha512-ZzXXpZpDRGcy6Pp5V319nDF9/+Ey7jNknEXZyaBajtC5onN0dcBem6ng5jcb3MPH2AjYWRI8XgyNEuzP/6Y5/A==", "dependencies": { "@azure/core-http": "^2.2.3", + "@microsoft/applicationinsights-web-snippet": "^1.0.1", "@opentelemetry/api": "^1.0.4", "@opentelemetry/core": "^1.0.1", "@opentelemetry/sdk-trace-base": "^1.0.1", @@ -26521,6 +26527,11 @@ "integrity": "sha512-Ap8MOYbyvEilK1+sNY6yh6LmsHSp7f5zzSGlY4AemhbTcoultcozEXPzx42OO6WjoriOsw88aW8TiqgYdXwsxg==", "devOptional": true }, + "@microsoft/applicationinsights-web-snippet": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz", + "integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==" + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -27184,11 +27195,12 @@ } }, "applicationinsights": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.3.tgz", - "integrity": "sha512-Q4o6gexNhzukgmzzWYzXLa2gdJ6DhM+c35tw0lRNNjc/qldWxGHVxV65DMRYrQIp4vetLdCK7Pyd/dmEsGO4qA==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.6.tgz", + "integrity": "sha512-ZzXXpZpDRGcy6Pp5V319nDF9/+Ey7jNknEXZyaBajtC5onN0dcBem6ng5jcb3MPH2AjYWRI8XgyNEuzP/6Y5/A==", "requires": { "@azure/core-http": "^2.2.3", + "@microsoft/applicationinsights-web-snippet": "^1.0.1", "@opentelemetry/api": "^1.0.4", "@opentelemetry/core": "^1.0.1", "@opentelemetry/sdk-trace-base": "^1.0.1", diff --git a/package.json b/package.json index 2b9bc8711..81ac7e9ec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "@hint/utils": "^7.0.15", "@hint/utils-i18n": "^1.0.11", "algoliasearch": "^4.13.0", - "applicationinsights": "^2.3.3", + "applicationinsights": "^2.3.6", "body-parser": "^1.19.0", "ejs": "^3.1.7", "express": "^4.18.1",