diff --git a/package.json b/package.json index 0ba830c4..9ca709ec 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "@lumino/signaling": "^1.10.0", "ejs": "^3.1.10", "electron-log": "^4.4.8", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "fix-path": "^3.0.0", "js-yaml": "^4.1.0", "node-fetch": "^2.6.7", diff --git a/yarn.lock b/yarn.lock index 9e022475..004fc46d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1912,10 +1912,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@^4.2.5: - version "4.2.5" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f" - integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g== +fast-xml-parser@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f" + integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw== dependencies: strnum "^1.0.5"