diff --git a/package-lock.json b/package-lock.json index 8e192a6..1704feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.2", "license": "MIT", "dependencies": { - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "js-base64": "^3.7.7" }, "devDependencies": { @@ -3066,9 +3066,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", - "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", + "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 4c86f1e..9658fb6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "watch:test:html": "jest --watch --reporters=jest-html-reporter --verbose=false" }, "dependencies": { - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "js-base64": "^3.7.7" }, "devDependencies": {