From 3919994ba5fe81d009962d306fdf5e95bfddd0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:39:18 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.3.8 to 5.5.7 in /packages/node/vrdt-common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.8 to 5.5.7. - [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.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 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..0960e60 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.7", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",