From 279b1b1320e4f81ac158dad53ee2505e3c6b2027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:59:24 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.3.5 to 5.3.6 in /benchmarks/mpd-parser-bench Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.5 to 5.3.6. - [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.5...v5.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/mpd-parser-bench/package-lock.json | 8 ++++---- benchmarks/mpd-parser-bench/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/mpd-parser-bench/package-lock.json b/benchmarks/mpd-parser-bench/package-lock.json index 6d35196..21d025e 100644 --- a/benchmarks/mpd-parser-bench/package-lock.json +++ b/benchmarks/mpd-parser-bench/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@svta/cml-utils": "^1.3.0", "@svta/cml-xml": "^1.1.2", - "fast-xml-parser": "^5.3.5" + "fast-xml-parser": "^5.3.6" }, "devDependencies": { "vite": "^7.3.1" @@ -879,9 +879,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz", - "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==", + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", + "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==", "funding": [ { "type": "github", diff --git a/benchmarks/mpd-parser-bench/package.json b/benchmarks/mpd-parser-bench/package.json index 0a600ac..cfc364c 100644 --- a/benchmarks/mpd-parser-bench/package.json +++ b/benchmarks/mpd-parser-bench/package.json @@ -14,6 +14,6 @@ "dependencies": { "@svta/cml-utils": "^1.3.0", "@svta/cml-xml": "^1.1.2", - "fast-xml-parser": "^5.3.5" + "fast-xml-parser": "^5.3.6" } }