diff --git a/package-lock.json b/package-lock.json index 322daf8..f23b3f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "async": "3.2.6", "commander": "13.1.0", "csvtojson": "2.0.14", - "fast-xml-parser": "5.2.2", + "fast-xml-parser": "5.3.2", "fs": "0.0.1-security", "jszip": "3.10.1", "sprintf-js": "1.1.3", @@ -807,9 +807,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz", - "integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", + "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 0c2df1f..ef8911e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "async": "3.2.6", "commander": "13.1.0", "csvtojson": "2.0.14", - "fast-xml-parser": "5.2.2", + "fast-xml-parser": "5.3.2", "fs": "0.0.1-security", "jszip": "3.10.1", "sprintf-js": "1.1.3",