From 0a7fc791d8472eda8f56c57bad20948b96b620c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:50:04 +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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dd5053..f709c81 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "file-saver": "2.0.5", "lodash.isempty": "4.4.0", "prop-types": "15.8.1", - "xml2js": "0.4.23" + "xml2js": "0.5.0" }, "peerDependencies": { "react": "18.2.0",