From 4ea691977db63693bfa0f97bb7ea35018c1d8cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:29:36 +0000 Subject: [PATCH] build(deps): Bump fast-xml-parser Bumps the npm_and_yarn group with 1 update in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `fast-xml-parser` from 4.5.3 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/commits/v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f67311..e0c3893 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "cheerio": "^1.0.0", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.3.4", "googleapis": "^140.0.0", "zod": "^3.23.0", "zod-to-json-schema": "^3.23.0"