From 35a30bc5d31ded535c6d5fe24958438be94f3f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:47:29 +0000 Subject: [PATCH] Bump fast-xml-parser from 4.1.2 to 4.4.1 in /packages/node/vrdt-common Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.1.2 to 4.4.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/v4.1.2...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser 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 90989056..7fe0b96e 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": "4.1.2", + "fast-xml-parser": "4.4.1", "fs-extra": "~9.1.0", "glob": "^7.1.6", "jwt-decode": "^3.1.2",