From bec9294e53c2e93c0a789f7714e22ce82d6ea9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 08:35:50 +0000 Subject: [PATCH] build(deps-dev): bump fast-xml-parser from 4.5.3 to 5.2.2 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 5.2.2. - [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/commits/v5.2.2) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d61b364f..10917223 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "^4.0.0", "eslint-plugin-import": "^2.29.1", "express-rate-limit": "^7.5.0", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^5.2.2", "file-type": "^20.0.0", "globals": "^16.0.0", "image-size": "^1.1.1",