diff --git a/package.json b/package.json index 1dc4ee2..f76bb7e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "./node_modules/.bin/nodemon main.js" }, "dependencies": { - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.4.1", "mqtt": "^5.5.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 44598ca..703e1e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -164,10 +164,10 @@ fast-unique-numbers@^8.0.13: "@babel/runtime" "^7.23.8" tslib "^2.6.2" -fast-xml-parser@^4.3.2: - version "4.3.6" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff" - integrity sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw== +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"