From cc80a7702bacabf568a9d48efe25a4965e9803ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:08:39 +0000 Subject: [PATCH] Bump applicationinsights from 2.7.3 to 2.9.1 Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js) from 2.7.3 to 2.9.1. - [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases) - [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.7.3...2.9.1) --- updated-dependencies: - dependency-name: applicationinsights dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10c2f20..62f9a86 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.1", "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.1", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.1.tgz", + "integrity": "sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg==", "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.1", + "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.1.tgz", + "integrity": "sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg==", "requires": { "@azure/core-auth": "^1.5.0", "@azure/core-rest-pipeline": "1.10.1", diff --git a/package.json b/package.json index 01fb189..e77eb48 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.1", "date-fns": "^2.30.0", "dotenv": "^16.3.1", "libxmljs2": "^0.32.0",