From 2850bcf688eca55019fbb4b383b33f56ce29cd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:46:27 +0000 Subject: [PATCH] Bump xml2js from 0.4.23 to 0.5.0 in /tools/pipelines-tasks/common Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pipelines-tasks/common/package-lock.json | 8 ++++---- tools/pipelines-tasks/common/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/pipelines-tasks/common/package-lock.json b/tools/pipelines-tasks/common/package-lock.json index f5819d49d..251a932c7 100644 --- a/tools/pipelines-tasks/common/package-lock.json +++ b/tools/pipelines-tasks/common/package-lock.json @@ -13,7 +13,7 @@ "adm-zip": "^0.5.5", "azure-devops-node-api": "^10.2.2", "azure-pipelines-task-lib": "^3.3.1", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" }, "devDependencies": { "@types/mocha": "^7.0.2", @@ -656,9 +656,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/tools/pipelines-tasks/common/package.json b/tools/pipelines-tasks/common/package.json index 50cbc4cf9..826b840f6 100644 --- a/tools/pipelines-tasks/common/package.json +++ b/tools/pipelines-tasks/common/package.json @@ -14,7 +14,7 @@ "adm-zip": "^0.5.5", "azure-devops-node-api": "^10.2.2", "azure-pipelines-task-lib": "^3.3.1", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" }, "devDependencies": { "@types/mocha": "^7.0.2",