diff --git a/package-lock.json b/package-lock.json
index 16a5b476eb5aa164bb278c46ff50aef5a4e005c7..182bdc04e87dac895e6e4e7e9a1a2f8f756a2e4d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
         "decamelize": "^3.2.0",
         "emojic": "^1.1.17",
         "escape-string-regexp": "^4.0.0",
-        "fast-xml-parser": "^4.1.1",
+        "fast-xml-parser": "^4.1.2",
         "glob": "^8.1.0",
         "global-agent": "^3.0.0",
         "got": "^12.5.3",
@@ -13510,9 +13510,9 @@
       "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
     },
     "node_modules/fast-xml-parser": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz",
-      "integrity": "sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==",
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
+      "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
       "dependencies": {
         "strnum": "^1.0.5"
       },
@@ -40350,9 +40350,9 @@
       "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
     },
     "fast-xml-parser": {
-      "version": "4.1.1",
-      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz",
-      "integrity": "sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==",
+      "version": "4.1.2",
+      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
+      "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
       "requires": {
         "strnum": "^1.0.5"
       }
diff --git a/package.json b/package.json
index ab58900900a994be3295e96977a7d467fea86da9..3cccd38eb7db2e38cccaaa279bb14032f893a847 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
     "decamelize": "^3.2.0",
     "emojic": "^1.1.17",
     "escape-string-regexp": "^4.0.0",
-    "fast-xml-parser": "^4.1.1",
+    "fast-xml-parser": "^4.1.2",
     "glob": "^8.1.0",
     "global-agent": "^3.0.0",
     "got": "^12.5.3",