diff --git a/package-lock.json b/package-lock.json index e2b9f4edf8..02270db541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.3.3", + "fast-xml-parser": "^4.3.4", "glob": "^10.3.10", "global-agent": "^3.0.0", "got": "^14.1.0", @@ -12348,9 +12348,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "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==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz", + "integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 9c61925d2f..cfba0d325c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "decamelize": "^3.2.0", "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", - "fast-xml-parser": "^4.3.3", + "fast-xml-parser": "^4.3.4", "glob": "^10.3.10", "global-agent": "^3.0.0", "got": "^14.1.0",