diff --git a/package-lock.json b/package-lock.json index 8ce4db00..463c1f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "engine.io-client": "^6.4.0", "express": "^4.18.2", "express-fileupload": "^1.4.0", - "fast-xml-parser": "^4.2.0", + "fast-xml-parser": "^4.2.5", "filepond": "^4.30.4", "filepond-plugin-file-validate-size": "^2.2.8", "filepond-plugin-file-validate-type": "^1.2.8", @@ -4609,18 +4609,24 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.0.tgz", - "integrity": "sha512-+zVQv4aVTO+o8oRUyRL7PjgeVo1J6oP8Cw2+a8UTZQcj5V0yUK5T63gTN0ldgiHDPghUjKc4OpT6SwMTwnOQug==", + "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==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastest-levenshtein": { diff --git a/package.json b/package.json index aa2cadfb..f4bea368 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "engine.io-client": "^6.4.0", "express": "^4.18.2", "express-fileupload": "^1.4.0", - "fast-xml-parser": "^4.2.0", + "fast-xml-parser": "^4.2.5", "filepond": "^4.30.4", "filepond-plugin-file-validate-size": "^2.2.8", "filepond-plugin-file-validate-type": "^1.2.8",