From a459199ca263a68d28696ebabba923c700b12b64 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 Feb 2024 10:44:25 +0000
Subject: [PATCH] Bump xml2js from 0.4.23 to 0.5.0

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0.
- [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] <support@github.com>
---
 package-lock.json | 15 +++++++++------
 package.json      |  2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 9914502..d883374 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "lab-ci",
-  "version": "3.1.0",
+  "version": "3.2.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "lab-ci",
-      "version": "3.1.0",
+      "version": "3.2.0",
       "license": "ISC",
       "dependencies": {
         "@octokit/auth-app": "^2.10.2",
@@ -19,7 +19,7 @@
         "localtunnel": "^2.0.2",
         "shelljs": "^0.8.5",
         "tree-kill": "^1.2.2",
-        "xml2js": "^0.4.23"
+        "xml2js": "^0.5.0"
       },
       "devDependencies": {
         "chai": "^4.2.0",
@@ -3616,8 +3616,9 @@
       }
     },
     "node_modules/xml2js": {
-      "version": "0.4.23",
-      "license": "MIT",
+      "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"
@@ -6130,7 +6131,9 @@
       }
     },
     "xml2js": {
-      "version": "0.4.23",
+      "version": "0.5.0",
+      "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
+      "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
       "requires": {
         "sax": ">=0.6.0",
         "xmlbuilder": "~11.0.0"
diff --git a/package.json b/package.json
index aa8d1f3..ab0b996 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "localtunnel": "^2.0.2",
     "shelljs": "^0.8.5",
     "tree-kill": "^1.2.2",
-    "xml2js": "^0.4.23"
+    "xml2js": "^0.5.0"
   },
   "devDependencies": {
     "chai": "^4.2.0",