diff --git a/server/package-lock.json b/server/package-lock.json index bea23a2..6c0444f 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -26,7 +26,7 @@ "cookie-parser": "^1.4.6", "dayjs": "^1.11.9", "express-session": "^1.18.0", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "graphql": "^16.8.0", "lodash": "^4.17.21", "passport": "^0.7.0", @@ -5108,17 +5108,17 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "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==", "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], "dependencies": { diff --git a/server/package.json b/server/package.json index 78f160c..f766b4c 100644 --- a/server/package.json +++ b/server/package.json @@ -39,7 +39,7 @@ "cookie-parser": "^1.4.6", "dayjs": "^1.11.9", "express-session": "^1.18.0", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.4.1", "graphql": "^16.8.0", "lodash": "^4.17.21", "passport": "^0.7.0",