From a7b291ee4fe295f3331c7ceb51344aa5fcf761f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:08:55 +0000 Subject: [PATCH] Chore: Bump fast-xml-parser from 4.5.0 to 4.5.4 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.0 to 4.5.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...v4.5.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 4.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3045f7d62..3edfdf9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "chalk": "^2.4.1", "columnify": "^1.5.4", "csv": "^5.5.3", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.4", "fs-extra": "^8.1.0", "globs": "^0.1.4", "grunt": "^1.6.1", @@ -9485,17 +9485,13 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/package.json b/package.json index f1537b819..e66f3453c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "chalk": "^2.4.1", "columnify": "^1.5.4", "csv": "^5.5.3", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.4", "fs-extra": "^8.1.0", "globs": "^0.1.4", "grunt": "^1.6.1",