From 42176d5ab4a82df1b2d20fcb1986fcedd007ac96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:08:49 +0000 Subject: [PATCH] Bump fast-xml-parser from 5.5.7 to 5.7.0 in /packages/node/vrdt-common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.7 to 5.7.0. - [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.5.7...v5.7.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.0 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 0960e60..8bb6186 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.5.7", + "fast-xml-parser": "5.7.0", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",