From 58fba881d6fbd3a0da21bffc6f7e5b371d7c6520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 09:02:10 +0000 Subject: [PATCH] build(deps): bump fast-xml-parser from 5.9.3 to 5.10.1 in /packages/cli Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.9.3 to 5.10.1. - [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.9.3...v5.10.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 123052b..a0edb3c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -53,7 +53,7 @@ "@sourcegraph/scip-typescript": "0.4.0", "cli-table3": "0.6.5", "commander": "15.0.0", - "fast-xml-parser": "5.9.3", + "fast-xml-parser": "5.10.1", "gpt-tokenizer": "^3.4.0", "listr2": "10.2.2", "lru-cache": "11.5.2",