From 31e03bac4c3198279494ef7f1c37cabdaa8a5f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:34:56 +0000 Subject: [PATCH] chore(deps): bump xml2js from 0.4.22 to 0.5.0 in /packages/xml2json Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.22 to 0.5.0. - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.22...0.5.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/xml2json/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xml2json/package.json b/packages/xml2json/package.json index 8d9720b..5fdc9dc 100644 --- a/packages/xml2json/package.json +++ b/packages/xml2json/package.json @@ -7,7 +7,7 @@ "lodash.set": "4.3.2", "ut-function.flatten": "^1.2.3", "ut-function.template": "^1.7.6", - "xml2js": "0.4.22" + "xml2js": "0.5.0" }, "devDependencies": { "sort-keys": "2.0.0",