From 0a4d15ab8ffe626fef39ebaff1450a7e0364065a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:01:29 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.5.0 to 5.3.4 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 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/v4.5.0...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 | 22 ++++++++++++++-------- package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38337475..887ae941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/xml": "^1.0.10", "@types/xmlrpc": "^1.3.9", "chalk": "^4.1.2", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.3.4", "flatted": "^3.2.9", "fs-extra": "^10.1.0", "glob": "^7.2.3", @@ -2575,20 +2575,18 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.0", + "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" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", "dependencies": { - "strnum": "^1.0.5" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -3948,7 +3946,15 @@ } }, "node_modules/strnum": { - "version": "1.0.5", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT" }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 7c180676..5dd2258b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/xml": "^1.0.10", "@types/xmlrpc": "^1.3.9", "chalk": "^4.1.2", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.3.4", "flatted": "^3.2.9", "fs-extra": "^10.1.0", "glob": "^7.2.3",