From be6c08cba3fc79d7ba532c8f4a33555a3d86f3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:13:33 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 5.3.6 to 5.3.8 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 to 5.3.8. - [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.3.6...v5.3.8) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ddef6959..d6805b22c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "classnames": "2.5.1", "codemirror": "^6.0.0", "email-validator": "2.0.4", - "fast-xml-parser": "^5.0.0", + "fast-xml-parser": "^5.3.8", "file-saver": "^2.0.5", "formik": "2.4.9", "frontend-components-tinymce-advanced-plugins": "^1.0.3", @@ -12515,9 +12515,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz", - "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==", + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz", + "integrity": "sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index fc7cb9d45..d8abc6930 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "classnames": "2.5.1", "codemirror": "^6.0.0", "email-validator": "2.0.4", - "fast-xml-parser": "^5.0.0", + "fast-xml-parser": "^5.3.8", "file-saver": "^2.0.5", "formik": "2.4.9", "frontend-components-tinymce-advanced-plugins": "^1.0.3",