From 492f4e097f6d7344a6bfa7c8101c9db2cf9af5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:32:48 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.3.8 to 5.5.6 in /packages/node/vrdt-common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.8 to 5.5.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.8...v5.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/node/vrdt-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node/vrdt-common/package.json b/packages/node/vrdt-common/package.json index 0868449..bb5f965 100644 --- a/packages/node/vrdt-common/package.json +++ b/packages/node/vrdt-common/package.json @@ -24,7 +24,7 @@ "typescript": "~5.5.2" }, "dependencies": { - "fast-xml-parser": "5.3.8", + "fast-xml-parser": "5.5.6", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",