diff --git a/api/source/package-lock.json b/api/source/package-lock.json index 3cfda635..6c316d3f 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -17,7 +17,7 @@ "csv-stringify": "^6.2.0", "express": "^4.18.2", "express-openapi-validator": "^5.0.0", - "fast-xml-parser": "^4.2.4", + "fast-xml-parser": "^4.4.1", "he": "^1.2.0", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0", @@ -871,17 +871,17 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/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==", "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], "dependencies": { @@ -2859,9 +2859,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "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/api/source/package.json b/api/source/package.json index cc9b0553..e1669fe3 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -21,7 +21,7 @@ "csv-stringify": "^6.2.0", "express": "^4.18.2", "express-openapi-validator": "^5.0.0", - "fast-xml-parser": "^4.2.4", + "fast-xml-parser": "^4.4.1", "he": "^1.2.0", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0",