diff --git a/package-lock.json b/package-lock.json index 1b0cc434e..011ea6ab7 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.5", "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.5", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.5.tgz", + "integrity": "sha512-QU6EEZbobj9NL2o/XLIDStCMfwrrLwFrbJrDw9ih1wb5bz7v0cwUm6kPXiKtNAAny4hWp9/BtBhtFKvc3tWZ3w==", "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.5", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.3.5.tgz", + "integrity": "sha512-QU6EEZbobj9NL2o/XLIDStCMfwrrLwFrbJrDw9ih1wb5bz7v0cwUm6kPXiKtNAAny4hWp9/BtBhtFKvc3tWZ3w==", "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..481b7627b 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.5", "body-parser": "^1.19.0", "ejs": "^3.1.7", "express": "^4.18.1",