From fff992fe08d6125f3a9d4697e4c838b0b0bf4887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 03:20:19 +0000 Subject: [PATCH] [Docs Site] Bump fast-xml-parser from 5.1.0 to 5.2.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.1.0 to 5.2.0. - [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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 4ada8e82342f042..507804bb7727e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", "fast-glob": "3.3.3", - "fast-xml-parser": "5.1.0", + "fast-xml-parser": "5.2.0", "github-slugger": "2.0.0", "globals": "16.0.0", "hast-util-select": "6.0.4", @@ -9637,9 +9637,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.1.0.tgz", - "integrity": "sha512-6fCOoEdpD/hU5fUDviXh0HE9aOiW6En0+4jeyY05F9lORwq6kaO4CrW+ke/hBKnr1pCldU8AVFITwFJEnz8O/w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.0.tgz", + "integrity": "sha512-Uw9+Mjt4SBRud1IcaYuW/O0lW8SKKdMl5g7g24HiIuyH5fQSD+AVLybSlJtqLYEbytVFjWQa5DMGcNgeksdRBg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index cf4b3d90af5db62..5e623e67c9f6b88 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", "fast-glob": "3.3.3", - "fast-xml-parser": "5.1.0", + "fast-xml-parser": "5.2.0", "github-slugger": "2.0.0", "globals": "16.0.0", "hast-util-select": "6.0.4",