diff --git a/package-lock.json b/package-lock.json index 10c2f20..642cab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@xmldom/xmldom": "^0.8.10", - "applicationinsights": "^2.7.3", + "applicationinsights": "^2.9.0", "date-fns": "^2.30.0", "dotenv": "^16.3.1", "libxmljs2": "^0.32.0", @@ -657,9 +657,9 @@ } }, "node_modules/applicationinsights": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.7.3.tgz", - "integrity": "sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz", + "integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==", "dependencies": { "@azure/core-auth": "^1.5.0", "@azure/core-rest-pipeline": "1.10.1", @@ -5215,9 +5215,9 @@ } }, "applicationinsights": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.7.3.tgz", - "integrity": "sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz", + "integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==", "requires": { "@azure/core-auth": "^1.5.0", "@azure/core-rest-pipeline": "1.10.1", diff --git a/package.json b/package.json index 01fb189..cc3d061 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "IATI", "dependencies": { "@xmldom/xmldom": "^0.8.10", - "applicationinsights": "^2.7.3", + "applicationinsights": "^2.9.0", "date-fns": "^2.30.0", "dotenv": "^16.3.1", "libxmljs2": "^0.32.0",