diff --git a/package-lock.json b/package-lock.json index 3d4c17cc7..775d085a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9506,9 +9506,9 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", - "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz", + "integrity": "sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==", "funding": [ { "type": "github", @@ -23926,7 +23926,7 @@ "dependencies": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.3.2", + "fast-xml-parser": "4.3.3", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -24738,7 +24738,7 @@ "requires": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.3.2", + "fast-xml-parser": "4.3.3", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34" @@ -31307,9 +31307,9 @@ "version": "2.0.6" }, "fast-xml-parser": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", - "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz", + "integrity": "sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==", "requires": { "strnum": "^1.0.5" } diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 47a2449b2..1f846e324 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -38,7 +38,7 @@ "dependencies": { "@types/xmldom": "0.1.34", "@xmldom/xmldom": "0.8.10", - "fast-xml-parser": "4.3.2", + "fast-xml-parser": "4.3.3", "lodash": "4.17.21", "source-map-support": "0.5.21", "xpath": "0.0.34"