diff --git a/package-lock.json b/package-lock.json index 38337475..887ae941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/xml": "^1.0.10", "@types/xmlrpc": "^1.3.9", "chalk": "^4.1.2", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.3.4", "flatted": "^3.2.9", "fs-extra": "^10.1.0", "glob": "^7.2.3", @@ -2575,20 +2575,18 @@ "license": "MIT" }, "node_modules/fast-xml-parser": { - "version": "4.5.0", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", "dependencies": { - "strnum": "^1.0.5" + "strnum": "^2.1.0" }, "bin": { "fxparser": "src/cli/cli.js" @@ -3948,7 +3946,15 @@ } }, "node_modules/strnum": { - "version": "1.0.5", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", + "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT" }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 7c180676..5dd2258b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/xml": "^1.0.10", "@types/xmlrpc": "^1.3.9", "chalk": "^4.1.2", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.3.4", "flatted": "^3.2.9", "fs-extra": "^10.1.0", "glob": "^7.2.3",