diff --git a/package.json b/package.json index 49c05fc0..8fe7e422 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "17.2.3", "express": "5.1.0", "express-async-handler": "1.2.0", - "fast-xml-parser": "5.2.5", + "fast-xml-parser": "5.3.0", "mime-types": "3.0.1", "openpgp": "6.2.2", "otpauth": "9.4.1", diff --git a/yarn.lock b/yarn.lock index 3cae546c..d84f1a7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4167,6 +4167,13 @@ fast-xml-parser@5.2.5: dependencies: strnum "^2.1.0" +fast-xml-parser@5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz#ae388d5a0f6ed31c8ce9e413c1ac89c8e57e7b07" + integrity sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw== + dependencies: + strnum "^2.1.0" + fastest-levenshtein@^1.0.7: version "1.0.16" resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"