diff --git a/package-lock.json b/package-lock.json index e0d5d48..6773dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "-": "^0.0.1", "@ionic/cli": "7.2.0", "@trapezedev/configure": "7.0.10", - "fast-xml-parser": "^3.21.1", + "fast-xml-parser": "^4.4.1", "globule": "1.3.4", "netmask": "2.0.2", "rimraf": "4.4.1", @@ -3644,18 +3644,24 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "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": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], "dependencies": { - "strnum": "^1.0.4" + "strnum": "^1.0.5" }, "bin": { - "xml2js": "cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "fxparser": "src/cli/cli.js" } }, "node_modules/fastq": { diff --git a/package.json b/package.json index 7e5e99c..7c950df 100644 --- a/package.json +++ b/package.json @@ -535,7 +535,7 @@ "-": "^0.0.1", "@ionic/cli": "7.2.0", "@trapezedev/configure": "7.0.10", - "fast-xml-parser": "^3.21.1", + "fast-xml-parser": "^4.4.1", "globule": "1.3.4", "netmask": "2.0.2", "rimraf": "4.4.1",