From c691a2f620928d58926f8797a552f06732c430b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:13:30 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.5.1 to 5.3.4 in /ts/examples/docuProc Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.1 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.1...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ts/examples/docuProc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/examples/docuProc/package.json b/ts/examples/docuProc/package.json index ff6dda4ee..cccacabc6 100644 --- a/ts/examples/docuProc/package.json +++ b/ts/examples/docuProc/package.json @@ -31,7 +31,7 @@ "conversation-memory": "workspace:*", "debug": "^4.4.0", "dotenv": "^16.3.1", - "fast-xml-parser": "4.5.1", + "fast-xml-parser": "5.3.4", "interactive-app": "workspace:*", "knowledge-processor": "workspace:*", "knowpro": "workspace:*",