From ca28740dda9da2ac66d55be97a9943957c54128a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 04:50:30 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 5.2.2 to 5.2.3 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.2 to 5.2.3. - [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.3) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.3 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..a8c3c6e4 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.3", "mime-types": "3.0.1", "openpgp": "5.11.2", "pm2": "6.0.5", diff --git a/yarn.lock b/yarn.lock index 39edc7f7..2fb61680 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.3: + version "5.2.3" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz#cd6d353998857313b92c7fba5e5d8a66802b0111" + integrity sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw== dependencies: strnum "^2.1.0"