From f2b1949d923941542dd429e6c5ddfbae3cbbbbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 04:38:27 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.2.2 to 5.2.5 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.2 to 5.2.5. - [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.5) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.5 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..a832c339 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.5", "mime-types": "3.0.1", "openpgp": "5.11.2", "pm2": "6.0.5", diff --git a/yarn.lock b/yarn.lock index 39edc7f7..223c4714 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.5: + version "5.2.5" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz#4809fdfb1310494e341098c25cb1341a01a9144a" + integrity sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ== dependencies: strnum "^2.1.0"