From a5a8aa5f8df932002db759a1d6fe0bf89fd804f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:34:58 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 5.3.2 to 5.3.4 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.2 to 5.3.4. - [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/v5.3.2...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac5e09cc4..cf7d7e8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "detect-indent": "^6.1.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "figures": "^3.2.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.1", @@ -3778,15 +3778,16 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", - "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^2.1.0" }, diff --git a/package.json b/package.json index f5cfff7d8..ad16a86b5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "detect-indent": "^6.1.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "figures": "^3.2.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.1",