diff --git a/package-lock.json b/package-lock.json index 6944627..ebae6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^1.6.0", "express": "^4.19.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "jose": "^5.2.0", "mustache-express": "^1.3.2", "nodemon": "^3.0.1", @@ -2797,17 +2797,17 @@ "dev": true }, "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": { diff --git a/package.json b/package.json index 4459315..20399ec 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "axios": "^1.6.0", "express": "^4.19.2", - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.1", "jose": "^5.2.0", "mustache-express": "^1.3.2", "nodemon": "^3.0.1",