From 697c8b62fb8c99f043b00098a4f47414b69b6a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:10:28 +0000 Subject: [PATCH] chore(deps): bump xml2js from 0.4.22 to 0.5.0 in /packages/xjx 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/xjx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xjx/package.json b/packages/xjx/package.json index 8022b70..7810cf7 100644 --- a/packages/xjx/package.json +++ b/packages/xjx/package.json @@ -5,7 +5,7 @@ "dependencies": { "ut-function.template": "^1.7.5", "ut-function.xml2json": "^1.1.19", - "xml2js": "0.4.22" + "xml2js": "0.5.0" }, "devDependencies": { "sort-keys": "2.0.0",