diff --git a/package-lock.json b/package-lock.json index 12f4b1c9f82b6da..47036af620fe967 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", @@ -9668,9 +9668,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 96c06bb9806076a..34e9d7e78a5e6b8 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",