From ff984ad1fa01dad0831d6ac354aaf33a28950c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:04:06 +0000 Subject: [PATCH] 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0cdd9b..ef5ec4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "byte-base64": "^1.1.0", "cheerio": "^1.1.2", "decimal.js": "^10.6.0", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.4", "linkify-string": "^4.3.2", "linkifyjs": "^4.3.2", "openapi-fetch": "^0.15.0", @@ -6945,9 +6945,9 @@ "peer": true }, "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", diff --git a/package.json b/package.json index 78096ab..9fe001d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "byte-base64": "^1.1.0", "cheerio": "^1.1.2", "decimal.js": "^10.6.0", - "fast-xml-parser": "^5.3.2", + "fast-xml-parser": "^5.3.4", "linkify-string": "^4.3.2", "linkifyjs": "^4.3.2", "openapi-fetch": "^0.15.0",