From db36ea8e9a468af8dfb97cd4614a778db26acb6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:06:55 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 4.3.5 to 4.3.6 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff57bdbe91c3..1725c4b3cf47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-unused-imports": "3.1.0", "execa": "8.0.1", - "fast-xml-parser": "4.3.5", + "fast-xml-parser": "4.3.6", "glob": "10.3.10", "insight": "0.11.1", "isbinaryfile": "5.0.2", @@ -6732,9 +6732,9 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" }, "node_modules/fast-xml-parser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", - "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 450e5b00e8f9..001698b0a6a0 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-unused-imports": "3.1.0", "execa": "8.0.1", - "fast-xml-parser": "4.3.5", + "fast-xml-parser": "4.3.6", "glob": "10.3.10", "insight": "0.11.1", "isbinaryfile": "5.0.2",