diff --git a/package-lock.json b/package-lock.json index bce641a..281befc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@azure/data-tables": "^13.2.2", "applicationinsights": "^2.9.1", "axios": "^1.7.4", - "fast-xml-parser": "4.0.0" + "fast-xml-parser": "4.1.2" }, "devDependencies": { "jest": "^29.7.0" @@ -2291,9 +2291,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.0.tgz", - "integrity": "sha512-6M/FCTS8IlbR1T9OrDIoPkDtSpq1MXz2hg7eTXbsEVRSfEqCCpLUT93jO1p2Pdxpz9BFdW7SHWCZhIDw7wWD/Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", "license": "MIT", "dependencies": { "strnum": "^1.0.5" diff --git a/package.json b/package.json index fe6d306..60e55af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@azure/data-tables": "^13.2.2", "applicationinsights": "^2.9.1", "axios": "^1.7.4", - "fast-xml-parser": "4.0.0" + "fast-xml-parser": "4.1.2" }, "devDependencies": { "jest": "^29.7.0"