From 16637af8affb4337cdead58d4049e6a87e152a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 04:51:40 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.2.2 to 5.2.4 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.2 to 5.2.4. - [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.2.2...v5.2.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55a9fa22..1a968342 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "express": "5.1.0", "express-async-handler": "1.2.0", "express-basic-auth": "1.2.1", - "fast-xml-parser": "5.2.2", + "fast-xml-parser": "5.2.4", "mime-types": "3.0.1", "openpgp": "5.11.2", "pm2": "6.0.5", diff --git a/yarn.lock b/yarn.lock index 39edc7f7..45f64452 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4068,10 +4068,10 @@ fast-xml-parser@4.4.1: dependencies: strnum "^1.0.5" -fast-xml-parser@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz#dda87446b623d812908a1efc5f3f8245a8f6a64b" - integrity sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg== +fast-xml-parser@5.2.4: + version "5.2.4" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz#2ed7dfaa938e479e35c348bafc4e376fead3ebd2" + integrity sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng== dependencies: strnum "^2.1.0"