From ba8dcaaddc07d42aec06027bd0a34bd2a341a3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:09:50 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.1.2 to 4.4.1 in /server 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] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index 24e6add14..e7d263095 100644 --- a/server/package.json +++ b/server/package.json @@ -83,7 +83,7 @@ "express-rate-limit": "5.5.1", "express-session": "1.17.2", "fast-json-stable-hash": "1.0.3", - "fast-xml-parser": "4.1.2", + "fast-xml-parser": "4.4.1", "fix-esm": "^1.0.1", "fzf": "^0.5.1", "helmet": "5.0.2",