diff --git a/package-lock.json b/package-lock.json index 84e3c498..814783f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/lodash": "^4.14.178", "@types/mustache": "^4.2.0", "@types/pretty": "^2.0.1", - "fast-xml-parser": "^4.5.1", + "fast-xml-parser": "^5.0.7", "flat": "5.0.2", "he": "^1.2.0", "htmlparser2": "^10.0.0", @@ -3011,22 +3011,18 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", - "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.7.tgz", + "integrity": "sha512-hRgQW2Az3ASwFo7wqBM2Uq9LcLoOVhGhE/yhjsIfd4gdDk0pqwKTHOSQYO1Zf7Nl/7Th2ykdmkPNntCfq3gBFg==", "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.0.4" }, "bin": { "fxparser": "src/cli/cli.js" @@ -5779,9 +5775,16 @@ } }, "node_modules/strnum": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.4.tgz", + "integrity": "sha512-qrXhLMohxtEPKMlajtNaOp5zvAQUo6L3fNcdiJKzWH98kGfklqGwmxhFjM7DzxsuoVM7rJeiYr+lEcu4Jlu9UQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT" }, "node_modules/supports-color": { "version": "7.2.0", diff --git a/package.json b/package.json index 83fc7b9c..c543c524 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/lodash": "^4.14.178", "@types/mustache": "^4.2.0", "@types/pretty": "^2.0.1", - "fast-xml-parser": "^4.5.1", + "fast-xml-parser": "^5.0.7", "flat": "5.0.2", "he": "^1.2.0", "htmlparser2": "^10.0.0",