From 08f49a5c49d029e2e1befa82f56539cbb5c102c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:03:59 +0000 Subject: [PATCH] chore(deps-dev): Bump fast-xml-parser from 5.7.2 to 5.7.3 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.7.2 to 5.7.3. - [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.7.2...v5.7.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a543967a..c205b378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@vitest/coverage-istanbul": "^4.1.5", "css.escape": "^1.5.1", "eslint": "^10.3.0", - "fast-xml-parser": "^5.7.2", + "fast-xml-parser": "^5.7.3", "jsdom": "^29.1.1", "tslib": "^2.8.1", "typedoc": "^0.28.19", @@ -5623,9 +5623,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz", - "integrity": "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz", + "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==", "funding": [ { "type": "github", @@ -5635,7 +5635,7 @@ "license": "MIT", "dependencies": { "@nodable/entities": "^2.1.0", - "fast-xml-builder": "^1.1.5", + "fast-xml-builder": "^1.1.7", "path-expression-matcher": "^1.5.0", "strnum": "^2.2.3" }, diff --git a/package.json b/package.json index 8e8bbcaa..8b2d6914 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@vitest/coverage-istanbul": "^4.1.5", "css.escape": "^1.5.1", "eslint": "^10.3.0", - "fast-xml-parser": "^5.7.2", + "fast-xml-parser": "^5.7.3", "jsdom": "^29.1.1", "tslib": "^2.8.1", "typedoc": "^0.28.19",