diff --git a/package-lock.json b/package-lock.json index 96e3f1e..4d759cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1571,9 +1571,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 9d085ad..dff7861 100644 --- a/package.json +++ b/package.json @@ -490,7 +490,7 @@ }, "dependencies": { "cheerio": "1.0.0-rc.10", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "fs-extra": "^9.0.1", "got": "12.5.3", "he": "^1.2.0",